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 b71e1affdb
commit 75b8070c99
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

@ -622,7 +622,7 @@ hass-nabucasa==0.22
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

@ -230,7 +230,7 @@ hass-nabucasa==0.22
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