diff --git a/homeassistant/components/isy994/entity.py b/homeassistant/components/isy994/entity.py index 95bd43facde..a484b56b145 100644 --- a/homeassistant/components/isy994/entity.py +++ b/homeassistant/components/isy994/entity.py @@ -100,6 +100,8 @@ class ISYEntity(Entity): f"ProductID:{node.zwave_props.product_id}" ) # Note: sw_version is not exposed by the ISY for the individual devices. + if hasattr(node, "folder") and node.folder is not None: + device_info["suggested_area"] = node.folder return device_info diff --git a/homeassistant/components/isy994/manifest.json b/homeassistant/components/isy994/manifest.json index 9e22b3533d7..3769cc328db 100644 --- a/homeassistant/components/isy994/manifest.json +++ b/homeassistant/components/isy994/manifest.json @@ -2,7 +2,7 @@ "domain": "isy994", "name": "Universal Devices ISY994", "documentation": "https://www.home-assistant.io/integrations/isy994", - "requirements": ["pyisy==2.1.0"], + "requirements": ["pyisy==2.1.1"], "codeowners": ["@bdraco", "@shbatm"], "config_flow": true, "ssdp": [ diff --git a/requirements_all.txt b/requirements_all.txt index 081881b2505..7966859d341 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1465,7 +1465,7 @@ pyirishrail==0.0.2 pyiss==1.0.1 # homeassistant.components.isy994 -pyisy==2.1.0 +pyisy==2.1.1 # homeassistant.components.itach pyitachip2ir==0.0.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 376eef402e4..489e365fad8 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -770,7 +770,7 @@ pyipp==0.11.0 pyiqvia==0.3.1 # homeassistant.components.isy994 -pyisy==2.1.0 +pyisy==2.1.1 # homeassistant.components.kira pykira==0.1.1