Bump version of homematicip to 0.10.13 (#27928)
The Home websocket can now automatically reopen a lost connection (default)pull/27930/head
parent
8c0deeb176
commit
de1477f00b
|
@ -4,7 +4,7 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematicip_cloud",
|
||||
"requirements": [
|
||||
"homematicip==0.10.12"
|
||||
"homematicip==0.10.13"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
|
|
|
@ -655,7 +655,7 @@ homeassistant-pyozw==0.1.4
|
|||
homekit[IP]==0.15.0
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.10.12
|
||||
homematicip==0.10.13
|
||||
|
||||
# homeassistant.components.horizon
|
||||
horimote==0.4.1
|
||||
|
|
|
@ -248,7 +248,7 @@ homeassistant-pyozw==0.1.4
|
|||
homekit[IP]==0.15.0
|
||||
|
||||
# homeassistant.components.homematicip_cloud
|
||||
homematicip==0.10.12
|
||||
homematicip==0.10.13
|
||||
|
||||
# homeassistant.components.google
|
||||
# homeassistant.components.remember_the_milk
|
||||
|
|
Loading…
Reference in New Issue