2026-01-25 02:42:32 +01:00

48 lines
950 B
YAML
Executable File

name: "Fritz!Box Temperature Sync"
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
version: "0.5.1"
startup: "application"
stage: "stable"
slug: "fritz_temp_sync"
homeassistant_api: true
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
fritzbox:
url: "http://fritz.box"
password: null
mappings:
- sensor: null
thermostate: null
update_timeout: 15
log_level: "INFO"
offset_threshold: 0.5
dry_run: false
force_ipv4: true
log_ws_messages: false
log_http_requests: false
request_timeout: 10
request_retries: 2
schema:
fritzbox:
url: url
username: "str?"
password: str
mappings:
- sensor: str
thermostate: str
update_timeout: int
log_level: "str?"
offset_threshold: float?
dry_run: bool?
force_ipv4: bool?
log_ws_messages: bool?
log_http_requests: bool?
request_timeout: int?
request_retries: int?