Skip to content

Commit

Permalink
Add missing 'sensor' to ABODE_PLATFORMS (#14313)
Browse files Browse the repository at this point in the history
This fixes missing light, humidity, temperature sensors from abode component.
  • Loading branch information
jloutsenhizer authored and MartinHjelmare committed May 6, 2018
1 parent 63cc179 commit 107769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/abode.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

ABODE_PLATFORMS = [
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
'camera', 'light'
'camera', 'light', 'sensor'
]


Expand Down

0 comments on commit 107769a

Please sign in to comment.