From cb033f7a7b837053351e9db99432fb0fd9037c82 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Sun, 30 Jul 2023 19:02:43 +0200 Subject: [PATCH] Change IoT class for ToD to calculated (#97422) --- homeassistant/components/tod/manifest.json | 2 +- homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tod/manifest.json b/homeassistant/components/tod/manifest.json index a38531e8883..3d82c387ab7 100644 --- a/homeassistant/components/tod/manifest.json +++ b/homeassistant/components/tod/manifest.json @@ -5,6 +5,6 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/tod", "integration_type": "helper", - "iot_class": "local_push", + "iot_class": "calculated", "quality_scale": "internal" } diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index aa3ad84f192..40775163374 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6696,7 +6696,7 @@ "tod": { "integration_type": "helper", "config_flow": true, - "iot_class": "local_push" + "iot_class": "calculated" }, "utility_meter": { "integration_type": "helper",