We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b390f4f commit f80a8ceCopy full SHA for f80a8ce
custom_components/yandex_station/core/entity.py
@@ -14,6 +14,8 @@ def extract_instance(item: dict) -> str:
14
return "on"
15
if item["type"] == "devices.capabilities.lock":
16
return "lock"
17
+ if item["type"] == "devices.capabilities.zigbee_node":
18
+ return "zigbee"
19
return item["parameters"].get("instance")
20
21
0 commit comments