Fix hdate spamming homeassistant log (#28392)

* Fix hdate spamming homeassistant log

* Lower verbosity of another spammy message
This commit is contained in:
Tsvi Mostovicz 2019-10-31 20:16:27 +02:00 committed by Paulus Schoutsen
parent 5854eef47b
commit 674860e00e
3 changed files with 3 additions and 3 deletions

View file

@ -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": [

View file

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

View file

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