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:
parent
f9a0b4b3cf
commit
ac30e5799c
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue