mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
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
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/jewish_calendar",
|
"documentation": "https://www.home-assistant.io/integrations/jewish_calendar",
|
||||||
"requirements": ["hdate==0.10.2"],
|
"requirements": ["hdate==0.10.2"],
|
||||||
"codeowners": ["@tsvi"],
|
"codeowners": ["@tsvi"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "calculated"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user