32 lines
599 B
YAML
Executable File
32 lines
599 B
YAML
Executable File
name: "Fritz!Box Temperature Sync Dev"
|
|
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
|
|
version: "0.4.3"
|
|
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
|
|
mappings:
|
|
- sensor: null
|
|
thermostate: null
|
|
update_timeout: 15
|
|
schema:
|
|
fritzbox:
|
|
url: url
|
|
username: "str?"
|
|
password: str
|
|
mappings:
|
|
- sensor: str
|
|
thermostate: str
|
|
update_timeout: int
|