mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump PyISY to 3.4.1 (#144127)
This commit is contained in:
parent
3183bb78ff
commit
4450f919c3
@ -401,8 +401,7 @@ def _categorize_programs(isy_data: IsyData, programs: Programs) -> None:
|
|||||||
for dtype, _, node_id in folder.children:
|
for dtype, _, node_id in folder.children:
|
||||||
if dtype != TAG_FOLDER:
|
if dtype != TAG_FOLDER:
|
||||||
continue
|
continue
|
||||||
entity_folder = folder[node_id]
|
entity_folder: Programs = folder[node_id]
|
||||||
|
|
||||||
actions = None
|
actions = None
|
||||||
status = entity_folder.get_by_name(KEY_STATUS)
|
status = entity_folder.get_by_name(KEY_STATUS)
|
||||||
if not status or status.protocol != PROTO_PROGRAM:
|
if not status or status.protocol != PROTO_PROGRAM:
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyisy"],
|
"loggers": ["pyisy"],
|
||||||
"requirements": ["pyisy==3.4.0"],
|
"requirements": ["pyisy==3.4.1"],
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Universal Devices Inc.",
|
"manufacturer": "Universal Devices Inc.",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2054,7 +2054,7 @@ pyiskra==0.1.15
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==3.4.0
|
pyisy==3.4.1
|
||||||
|
|
||||||
# homeassistant.components.itach
|
# homeassistant.components.itach
|
||||||
pyitachip2ir==0.0.7
|
pyitachip2ir==0.0.7
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1678,7 +1678,7 @@ pyiskra==0.1.15
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==3.4.0
|
pyisy==3.4.1
|
||||||
|
|
||||||
# homeassistant.components.ituran
|
# homeassistant.components.ituran
|
||||||
pyituran==0.1.4
|
pyituran==0.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user