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:
parent
9685cefba4
commit
968460099a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue