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