mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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
@ -81,7 +81,7 @@ TRIGGER_SCHEMA = vol.Schema({
|
|||||||
|
|
||||||
ABODE_PLATFORMS = [
|
ABODE_PLATFORMS = [
|
||||||
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
|
'alarm_control_panel', 'binary_sensor', 'lock', 'switch', 'cover',
|
||||||
'camera', 'light'
|
'camera', 'light', 'sensor'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user