Add missing mapping of RotaryHandleSensorIP states (#14885)
This commit is contained in:
parent
5393b073fe
commit
bc0d0751b9
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ HM_STATE_HA_CAST = {
|
|||
'RotaryHandleSensor': {0: 'closed',
|
||||
1: 'tilted',
|
||||
2: 'open'},
|
||||
'RotaryHandleSensorIP': {0: 'closed',
|
||||
1: 'tilted',
|
||||
2: 'open'},
|
||||
'WaterSensor': {0: 'dry',
|
||||
1: 'wet',
|
||||
2: 'water'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue