2024-02-09 16:58:07 +01:00

36 lines
676 B
YAML
Executable File

name: "Fritz!Box Temperature Sync Dev"
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
version: "0.5.4"
startup: "application"
stage: "stable"
slug: "fritz_temp_sync_dev"
homeassistant_api: true
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
fritzbox:
url: "http://fritz.box"
password: null
verify_ssl: true
old_fb: false
mappings:
- sensor: null
thermostate: null
update_timeout: 15
schema:
fritzbox:
url: url
username: "str?"
password: str
verify_ssl: bool
old_fb: bool
mappings:
- sensor: str
thermostate: str
update_timeout: int