31 lines
603 B
YAML
Executable File
31 lines
603 B
YAML
Executable File
name: "Fritz!Box Temperature Sync"
|
|
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
|
|
version: "0.3.0"
|
|
startup: "application"
|
|
stage: "experimental"
|
|
slug: "fritz_temp_sync"
|
|
homeassistant_api: true
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
- i386
|
|
options:
|
|
fritzbox:
|
|
url: "http://fritz.box"
|
|
username: null
|
|
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 |