25 lines
476 B
YAML
Executable File
25 lines
476 B
YAML
Executable File
name: "Fritz!Box Temperature Sync"
|
|
description: "Sync Fritz!DECT thermostate temperatures with other sensors in Home Assistant"
|
|
version: "0.1.0"
|
|
slug: "fritz_temp_sync"
|
|
homeassistant_api: true
|
|
arch:
|
|
- aarch64
|
|
- amd64
|
|
- armhf
|
|
- armv7
|
|
- i386
|
|
options:
|
|
fritzbox:
|
|
url: "http://fritz.box"
|
|
password: null
|
|
mappings:
|
|
- sensor: null
|
|
thermostate: null
|
|
schema:
|
|
fritzbox:
|
|
url: url
|
|
password: str
|
|
mappings:
|
|
- sensor: str
|
|
thermostate: str |