Bump pyinsteon to 1.0.11 (#52927)
parent
2e44e256f0
commit
ec8f11f1e3
|
@ -2,8 +2,12 @@
|
|||
"domain": "insteon",
|
||||
"name": "Insteon",
|
||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||
"requirements": ["pyinsteon==1.0.9"],
|
||||
"codeowners": ["@teharris1"],
|
||||
"requirements": [
|
||||
"pyinsteon==1.0.11"
|
||||
],
|
||||
"codeowners": [
|
||||
"@teharris1"
|
||||
],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
}
|
|
@ -1488,7 +1488,7 @@ pyialarm==1.9.0
|
|||
pyicloud==0.10.2
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.0.9
|
||||
pyinsteon==1.0.11
|
||||
|
||||
# homeassistant.components.intesishome
|
||||
pyintesishome==1.7.6
|
||||
|
|
|
@ -835,7 +835,7 @@ pyialarm==1.9.0
|
|||
pyicloud==0.10.2
|
||||
|
||||
# homeassistant.components.insteon
|
||||
pyinsteon==1.0.9
|
||||
pyinsteon==1.0.11
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.5
|
||||
|
|
Loading…
Reference in New Issue