diff --git a/.vscode/settings.json b/.vscode/settings.json index 7808415..fa37469 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,4 +3,4 @@ "editor.formatOnSave": true, "python.formatting.provider": "black", "python.analysis.typeCheckingMode": "basic" -} \ No newline at end of file +} diff --git a/custom_components/toyota_na/__init__.py b/custom_components/toyota_na/__init__.py index f368b3e..11b907f 100644 --- a/custom_components/toyota_na/__init__.py +++ b/custom_components/toyota_na/__init__.py @@ -57,7 +57,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry): _LOGGER, name=DOMAIN, update_method=lambda: update_vehicles_status(client, entry), - update_interval=timedelta(seconds=20), + update_interval=timedelta(minutes=2), ) await coordinator.async_config_entry_first_refresh() hass.data[DOMAIN][entry.entry_id] = {