Update config

This commit is contained in:
Micha Horlboge 2026-01-26 00:54:48 +01:00
parent 0a42f5cab1
commit b8b1f076d0

View File

@ -1,6 +1,6 @@
name: "Fritz!Box Temperature Sync" name: "Fritz!Box Temperature Sync"
description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant" description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
version: "0.5.2" version: "0.5.3"
startup: "application" startup: "application"
stage: "stable" stage: "stable"
slug: "fritz_temp_sync" slug: "fritz_temp_sync"
@ -20,7 +20,11 @@ options:
- sensor: null - sensor: null
thermostate: null thermostate: null
update_timeout: 15 update_timeout: 15
log_level: "INFO" log_level:
- "INFO"
- "DEBUG"
- "WARNING"
- "ERROR"
offset_threshold: 0.5 offset_threshold: 0.5
dry_run: false dry_run: false
force_ipv4: true force_ipv4: true