1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +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:
Tsvi Mostovicz 2021-04-23 11:19:43 +03:00 committed by GitHub
parent 9685cefba4
commit 968460099a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}