Skip to content

Commit

Permalink
Resolve Home Assistant fails to start when Sense integration i… (home…
Browse files Browse the repository at this point in the history
…-assistant#32716)

* Bump sense_energy 0.7.1 which also fixes throwing ConfigEntryNotReady
  • Loading branch information
bdraco authored and balloob committed Mar 13, 2020
1 parent fe6ca52 commit 9f76a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/sense/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "Sense",
"documentation": "https://www.home-assistant.io/integrations/sense",
"requirements": [
"sense_energy==0.7.0"
"sense_energy==0.7.1"
],
"dependencies": [],
"codeowners": [
"@kbickar"
],
"config_flow": true
}
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ sendgrid==6.1.1
sense-hat==2.2.0

# homeassistant.components.sense
sense_energy==0.7.0
sense_energy==0.7.1

# homeassistant.components.sentry
sentry-sdk==0.13.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ samsungctl[websocket]==0.7.1
samsungtvws[websocket]==1.4.0

# homeassistant.components.sense
sense_energy==0.7.0
sense_energy==0.7.1

# homeassistant.components.sentry
sentry-sdk==0.13.5
Expand Down

0 comments on commit 9f76a8c

Please sign in to comment.