Bump aioshelly to 5.1.2 to fix state updates not firing after reconnect (#83950)
Bump aioshelly to 5.1.2 changelog: https://github.com/home-assistant-libs/aioshelly/compare/5.1.1...5.1.2
This commit is contained in:
parent
62d22d7a2d
commit
b97ec8125f
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Shelly",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/shelly",
|
||||
"requirements": ["aioshelly==5.1.1"],
|
||||
"requirements": ["aioshelly==5.1.2"],
|
||||
"dependencies": ["bluetooth", "http"],
|
||||
"zeroconf": [
|
||||
{
|
||||
|
|
|
@ -267,7 +267,7 @@ aiosenseme==0.6.1
|
|||
aiosenz==1.0.0
|
||||
|
||||
# homeassistant.components.shelly
|
||||
aioshelly==5.1.1
|
||||
aioshelly==5.1.2
|
||||
|
||||
# homeassistant.components.skybell
|
||||
aioskybell==22.7.0
|
||||
|
|
|
@ -242,7 +242,7 @@ aiosenseme==0.6.1
|
|||
aiosenz==1.0.0
|
||||
|
||||
# homeassistant.components.shelly
|
||||
aioshelly==5.1.1
|
||||
aioshelly==5.1.2
|
||||
|
||||
# homeassistant.components.skybell
|
||||
aioskybell==22.7.0
|
||||
|
|
Loading…
Add table
Reference in a new issue