mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Bump pyinsteon to 1.6.4 (#159067)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyinsteon", "pypubsub"],
|
"loggers": ["pyinsteon", "pypubsub"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyinsteon==1.6.3",
|
"pyinsteon==1.6.4",
|
||||||
"insteon-frontend-home-assistant==0.5.0"
|
"insteon-frontend-home-assistant==0.5.0"
|
||||||
],
|
],
|
||||||
"single_config_entry": true,
|
"single_config_entry": true,
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2097,7 +2097,7 @@ pyialarm==2.2.0
|
|||||||
pyicloud==2.2.0
|
pyicloud==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.6.3
|
pyinsteon==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.intesishome
|
# homeassistant.components.intesishome
|
||||||
pyintesishome==1.8.0
|
pyintesishome==1.8.0
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -1771,7 +1771,7 @@ pyialarm==2.2.0
|
|||||||
pyicloud==2.2.0
|
pyicloud==2.2.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
pyinsteon==1.6.3
|
pyinsteon==1.6.4
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==3.0.9
|
pyipma==3.0.9
|
||||||
|
|||||||
@@ -168,11 +168,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# influxdb-client > setuptools
|
# influxdb-client > setuptools
|
||||||
"influxdb-client": {"setuptools"}
|
"influxdb-client": {"setuptools"}
|
||||||
},
|
},
|
||||||
"insteon": {
|
|
||||||
# https://github.com/pyinsteon/pyinsteon/issues/430
|
|
||||||
# pyinsteon > pyserial-asyncio
|
|
||||||
"pyinsteon": {"pyserial-asyncio"}
|
|
||||||
},
|
|
||||||
"izone": {"python-izone": {"async-timeout"}},
|
"izone": {"python-izone": {"async-timeout"}},
|
||||||
"keba": {
|
"keba": {
|
||||||
# https://github.com/jsbronder/asyncio-dgram/issues/20
|
# https://github.com/jsbronder/asyncio-dgram/issues/20
|
||||||
|
|||||||
Reference in New Issue
Block a user