52 lines
1000 B
YAML
Executable File
52 lines
1000 B
YAML
Executable File
name: "Fritz!Box Temperature Sync"
|
|
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
|
|
version: "0.5.3"
|
|
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"
|
|
- "DEBUG"
|
|
- "WARNING"
|
|
- "ERROR"
|
|
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?
|