Bump PyISY to 3.4.1 (#144127)

This commit is contained in:
J. Nick Koston
2025-05-02 17:46:59 -05:00
committed by GitHub
parent 3183bb78ff
commit 4450f919c3
4 changed files with 4 additions and 5 deletions

View File

@ -401,8 +401,7 @@ def _categorize_programs(isy_data: IsyData, programs: Programs) -> None:
for dtype, _, node_id in folder.children:
if dtype != TAG_FOLDER:
continue
entity_folder = folder[node_id]
entity_folder: Programs = folder[node_id]
actions = None
status = entity_folder.get_by_name(KEY_STATUS)
if not status or status.protocol != PROTO_PROGRAM:

View File

@ -24,7 +24,7 @@
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["pyisy"],
"requirements": ["pyisy==3.4.0"],
"requirements": ["pyisy==3.4.1"],
"ssdp": [
{
"manufacturer": "Universal Devices Inc.",

2
requirements_all.txt generated
View File

@ -2054,7 +2054,7 @@ pyiskra==0.1.15
pyiss==1.0.1
# homeassistant.components.isy994
pyisy==3.4.0
pyisy==3.4.1
# homeassistant.components.itach
pyitachip2ir==0.0.7

View File

@ -1678,7 +1678,7 @@ pyiskra==0.1.15
pyiss==1.0.1
# homeassistant.components.isy994
pyisy==3.4.0
pyisy==3.4.1
# homeassistant.components.ituran
pyituran==0.1.4