Add missing mapping of RotaryHandleSensorIP states (#14885)

This commit is contained in:
hanzoh 2018-06-09 16:12:42 +02:00 committed by Sebastian Muszynski
parent 5393b073fe
commit bc0d0751b9

View file

@ -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'},