Skip to content

Commit

Permalink
Add missing mapping of RotaryHandleSensorIP states (home-assistant#14885
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hanzoh authored and syssi committed Jun 9, 2018
1 parent 5393b07 commit bc0d075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/sensor/homematic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
'RotaryHandleSensor': {0: 'closed',
1: 'tilted',
2: 'open'},
'RotaryHandleSensorIP': {0: 'closed',
1: 'tilted',
2: 'open'},
'WaterSensor': {0: 'dry',
1: 'wet',
2: 'water'},
Expand Down

0 comments on commit bc0d075

Please sign in to comment.