mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
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:
@@ -3,7 +3,7 @@
|
|||||||
"name": "Sense",
|
"name": "Sense",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sense",
|
"documentation": "https://www.home-assistant.io/integrations/sense",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"sense_energy==0.7.0"
|
"sense_energy==0.7.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@@ -1837,7 +1837,7 @@ sendgrid==6.1.1
|
|||||||
sense-hat==2.2.0
|
sense-hat==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.sense
|
# homeassistant.components.sense
|
||||||
sense_energy==0.7.0
|
sense_energy==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.sentry
|
# homeassistant.components.sentry
|
||||||
sentry-sdk==0.13.5
|
sentry-sdk==0.13.5
|
||||||
|
@@ -635,7 +635,7 @@ samsungctl[websocket]==0.7.1
|
|||||||
samsungtvws[websocket]==1.4.0
|
samsungtvws[websocket]==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.sense
|
# homeassistant.components.sense
|
||||||
sense_energy==0.7.0
|
sense_energy==0.7.1
|
||||||
|
|
||||||
# homeassistant.components.sentry
|
# homeassistant.components.sentry
|
||||||
sentry-sdk==0.13.5
|
sentry-sdk==0.13.5
|
||||||
|
Reference in New Issue
Block a user