Add missing 'sensor' to ABODE_PLATFORMS (#14313)
This fixes missing light, humidity, temperature sensors from abode component.
This commit is contained in:
parent
63cc179ea2
commit
107769ab81
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ TRIGGER_SCHEMA = vol.Schema({
|
|||
|
||||
ABODE_PLATFORMS = [
|
||||
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
|
||||
'camera', 'light'
|
||||
'camera', 'light', 'sensor'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue