diff --git a/custom_components/sonic/property.py b/custom_components/sonic/property.py index 34cb19d..5a8aa6c 100644 --- a/custom_components/sonic/property.py +++ b/custom_components/sonic/property.py @@ -30,7 +30,7 @@ def __init__(self, hass: HomeAssistant, api_client: Client, property_id: str) -> hass, LOGGER, name=f"{SONIC_DOMAIN}-{property_id}", - update_interval=timedelta(seconds=60), + update_interval=timedelta(seconds=3600), ) async def _async_update_data(self):