From 968460099a3d7654512bd3f67cee1b16e0b36536 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Fri, 23 Apr 2021 11:19:43 +0300 Subject: [PATCH] Change Jewish calendar IOT class to calculated (#49571) This integration doesn't poll at all, rather all values are calculated based on location and date, so I think this is the more correct value here --- homeassistant/components/jewish_calendar/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/jewish_calendar/manifest.json b/homeassistant/components/jewish_calendar/manifest.json index 9bec8fce5b0..ec29a3e5d99 100644 --- a/homeassistant/components/jewish_calendar/manifest.json +++ b/homeassistant/components/jewish_calendar/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/jewish_calendar", "requirements": ["hdate==0.10.2"], "codeowners": ["@tsvi"], - "iot_class": "local_polling" + "iot_class": "calculated" }