Bump pyinsteon to 1.0.16 (#66759)
parent
92ce255293
commit
d7619d2302
|
@ -3,12 +3,15 @@
|
||||||
"name": "Insteon",
|
"name": "Insteon",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
"documentation": "https://www.home-assistant.io/integrations/insteon",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyinsteon==1.0.14"
|
"pyinsteon==1.0.16"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@teharris1"
|
"@teharris1"
|
||||||
],
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyinsteon", "pypubsub"]
|
"loggers": [
|
||||||
}
|
"pyinsteon",
|
||||||
|
"pypubsub"
|
||||||
|
]
|
||||||
|
}
|
|
@ -1579,7 +1579,7 @@ pyialarm==1.9.0
|
||||||
pyicloud==0.10.2
|
pyicloud==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.0.14
|
pyinsteon==1.0.16
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.7.6
|
pyintesishome==1.7.6
|
||||||
|
|
|
@ -993,7 +993,7 @@ pyialarm==1.9.0
|
||||||
pyicloud==0.10.2
|
pyicloud==0.10.2
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.0.14
|
pyinsteon==1.0.16
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.5
|
pyipma==2.0.5
|
||||||
|
|
Loading…
Reference in New Issue