Add missing 'sensor' to ABODE_PLATFORMS (#14313)

This fixes missing light, humidity, temperature sensors from abode component.
This commit is contained in:
Justin Loutsenhizer 2018-05-06 13:18:26 -04:00 committed by Martin Hjelmare
parent 63cc179ea2
commit 107769ab81

View file

@ -81,7 +81,7 @@ TRIGGER_SCHEMA = vol.Schema({
ABODE_PLATFORMS = [
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
'camera', 'light'
'camera', 'light', 'sensor'
]