Fix inverted tuya doorcontact_state (#59427)
This commit is contained in:
parent
b2f2c76e5a
commit
b5de99ebfc
2 changed files with 9 additions and 3 deletions
|
@ -190,7 +190,7 @@ class DPCode(str, Enum):
|
|||
DEHUMIDITY_SET_VALUE = "dehumidify_set_value"
|
||||
DO_NOT_DISTURB = "do_not_disturb"
|
||||
DOORCONTACT_STATE = "doorcontact_state" # Status of door window sensor
|
||||
DOORCONTACT_STATE_2 = "doorcontact_state_3"
|
||||
DOORCONTACT_STATE_2 = "doorcontact_state_2"
|
||||
DOORCONTACT_STATE_3 = "doorcontact_state_3"
|
||||
ELECTRICITY_LEFT = "electricity_left"
|
||||
FAN_DIRECTION = "fan_direction" # Fan direction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue