Skip to content

Commit

Permalink
Merge pull request #36 from hobbe/capability-181
Browse files Browse the repository at this point in the history
Ignore capability 181
  • Loading branch information
gduteil authored Feb 22, 2025
2 parents b26017d + 03b9050 commit 69eb73c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/cozytouch/capability.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@ def get_capability_infos(modelInfos: dict, capabilityId: int, capabilityValue: s
capability["category"] = "diag"
capability["icon"] = "mdi:wifi"

elif capabilityId == 181:
# Ignore, same as heat sensor (7, 8)
return {}

elif capabilityId == 184:
capability["name"] = "prog_mode"
capability["type"] = "switch"
Expand Down

0 comments on commit 69eb73c

Please sign in to comment.