Add missing mapping of RotaryHandleSensorIP states (#14885)
This commit is contained in:
committed by
Sebastian Muszynski
parent
5393b073fe
commit
bc0d0751b9
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user