1
0
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:
epenet
2025-12-16 14:29:06 +01:00
committed by GitHub
parent 412ee0da05
commit 30cfe987ed
4 changed files with 3 additions and 8 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -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

View File

@@ -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