Skip to content

Commit

Permalink
homematic - add STATE channel as attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sVnsation authored Sep 23, 2021
1 parent 63610ea commit 95d1dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/homematic/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
"OPERATING_VOLTAGE": ["voltage", {}],
"WORKING": ["working", {0: "No", 1: "Yes"}],
"STATE_UNCERTAIN": ["state_uncertain", {}],
"STATE": ["attribute_state", {}],
}

HM_PRESS_EVENTS = [
Expand Down

0 comments on commit 95d1dca

Please sign in to comment.