mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing mapping of RotaryHandleSensorIP states (#14885)
This commit is contained in:
parent
5393b073fe
commit
bc0d0751b9
@ -16,6 +16,9 @@ HM_STATE_HA_CAST = {
|
|||||||
'RotaryHandleSensor': {0: 'closed',
|
'RotaryHandleSensor': {0: 'closed',
|
||||||
1: 'tilted',
|
1: 'tilted',
|
||||||
2: 'open'},
|
2: 'open'},
|
||||||
|
'RotaryHandleSensorIP': {0: 'closed',
|
||||||
|
1: 'tilted',
|
||||||
|
2: 'open'},
|
||||||
'WaterSensor': {0: 'dry',
|
'WaterSensor': {0: 'dry',
|
||||||
1: 'wet',
|
1: 'wet',
|
||||||
2: 'water'},
|
2: 'water'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user