mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add suggested area support to isy994 (#46927)
This commit is contained in:
parent
bd87047ff2
commit
f33618d33d
@ -100,6 +100,8 @@ class ISYEntity(Entity):
|
|||||||
f"ProductID:{node.zwave_props.product_id}"
|
f"ProductID:{node.zwave_props.product_id}"
|
||||||
)
|
)
|
||||||
# Note: sw_version is not exposed by the ISY for the individual devices.
|
# 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
|
return device_info
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "isy994",
|
"domain": "isy994",
|
||||||
"name": "Universal Devices ISY994",
|
"name": "Universal Devices ISY994",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
"documentation": "https://www.home-assistant.io/integrations/isy994",
|
||||||
"requirements": ["pyisy==2.1.0"],
|
"requirements": ["pyisy==2.1.1"],
|
||||||
"codeowners": ["@bdraco", "@shbatm"],
|
"codeowners": ["@bdraco", "@shbatm"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"ssdp": [
|
"ssdp": [
|
||||||
|
@ -1465,7 +1465,7 @@ pyirishrail==0.0.2
|
|||||||
pyiss==1.0.1
|
pyiss==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==2.1.0
|
pyisy==2.1.1
|
||||||
|
|
||||||
# homeassistant.components.itach
|
# homeassistant.components.itach
|
||||||
pyitachip2ir==0.0.7
|
pyitachip2ir==0.0.7
|
||||||
|
@ -770,7 +770,7 @@ pyipp==0.11.0
|
|||||||
pyiqvia==0.3.1
|
pyiqvia==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.isy994
|
# homeassistant.components.isy994
|
||||||
pyisy==2.1.0
|
pyisy==2.1.1
|
||||||
|
|
||||||
# homeassistant.components.kira
|
# homeassistant.components.kira
|
||||||
pykira==0.1.1
|
pykira==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user