From 43c2f0284a1aa929debcd84a7d84b023d377f215 Mon Sep 17 00:00:00 2001 From: Horlabs Date: Sat, 5 Feb 2022 23:58:21 +0100 Subject: [PATCH] Fix config --- fritz_temp_sync/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fritz_temp_sync/config.yaml b/fritz_temp_sync/config.yaml index fadf507..9c0155d 100755 --- a/fritz_temp_sync/config.yaml +++ b/fritz_temp_sync/config.yaml @@ -16,7 +16,7 @@ options: mappings: - sensor: null thermostate: null - update_timeout: int + update_timeout: 15 schema: fritzbox: url: url @@ -24,4 +24,4 @@ schema: mappings: - sensor: str thermostate: str - update_timeout: 15 \ No newline at end of file + update_timeout: int \ No newline at end of file