Fix hdate spamming homeassistant log (#28392)
* Fix hdate spamming homeassistant log * Lower verbosity of another spammy message
This commit is contained in:
parent
5854eef47b
commit
674860e00e
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Jewish calendar",
|
||||
"documentation": "https://www.home-assistant.io/integrations/jewish_calendar",
|
||||
"requirements": [
|
||||
"hdate==0.9.1"
|
||||
"hdate==0.9.3"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -625,7 +625,7 @@ hass-nabucasa==0.23
|
|||
hbmqtt==0.9.5
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.9.1
|
||||
hdate==0.9.3
|
||||
|
||||
# homeassistant.components.heatmiser
|
||||
heatmiserV3==0.9.1
|
||||
|
|
|
@ -231,7 +231,7 @@ hass-nabucasa==0.23
|
|||
hbmqtt==0.9.5
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.9.1
|
||||
hdate==0.9.3
|
||||
|
||||
# homeassistant.components.here_travel_time
|
||||
herepy==0.6.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue