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