Resolve Home Assistant fails to start when Sense integration i… (#32716)

* Bump sense_energy 0.7.1 which also fixes throwing ConfigEntryNotReady
This commit is contained in:
J. Nick Koston 2020-03-12 04:31:55 -05:00 committed by GitHub
parent f9a0b4b3cf
commit ac30e5799c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

@ -635,7 +635,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