Add missing switch for motion_detect (#20540)
This commit is contained in:
parent
717a0c2b2d
commit
3f484228cb
1 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,9 @@ ICON_MAP = {
|
||||||
'whitebalance_lock': 'mdi:white-balance-auto'
|
'whitebalance_lock': 'mdi:white-balance-auto'
|
||||||
}
|
}
|
||||||
|
|
||||||
SWITCHES = ['exposure_lock', 'ffc', 'focus', 'gps_active', 'night_vision',
|
SWITCHES = ['exposure_lock', 'ffc', 'focus', 'gps_active',
|
||||||
'overlay', 'torch', 'whitebalance_lock', 'video_recording']
|
'motion_detect', 'night_vision', 'overlay',
|
||||||
|
'torch', 'whitebalance_lock', 'video_recording']
|
||||||
|
|
||||||
SENSORS = ['audio_connections', 'battery_level', 'battery_temp',
|
SENSORS = ['audio_connections', 'battery_level', 'battery_temp',
|
||||||
'battery_voltage', 'light', 'motion', 'pressure', 'proximity',
|
'battery_voltage', 'light', 'motion', 'pressure', 'proximity',
|
||||||
|
|
Loading…
Add table
Reference in a new issue