Skip to content

Commit

Permalink
Fix hdate spamming homeassistant log (home-assistant#28392)
Browse files Browse the repository at this point in the history
* Fix hdate spamming homeassistant log

* Lower verbosity of another spammy message
  • Loading branch information
tsvi authored and balloob committed Oct 31, 2019
1 parent 5854eef commit 674860e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/jewish_calendar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 674860e

Please sign in to comment.