mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Add missing 'sensor' to ABODE_PLATFORMS (#14313)
This fixes missing light, humidity, temperature sensors from abode component.
This commit is contained in:
committed by
Martin Hjelmare
parent
63cc179ea2
commit
107769ab81
@@ -81,7 +81,7 @@ TRIGGER_SCHEMA = vol.Schema({
|
||||
|
||||
ABODE_PLATFORMS = [
|
||||
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
|
||||
'camera', 'light'
|
||||
'camera', 'light', 'sensor'
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user