mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix VOC configuration resource list (#18992)
This commit is contained in:
parent
3e1ab1b23a
commit
1c99960357
@ -69,19 +69,19 @@ RESOURCES = [
|
||||
'engine_start',
|
||||
'last_trip',
|
||||
'is_engine_running',
|
||||
'doors.hood_open',
|
||||
'doors.front_left_door_open',
|
||||
'doors.front_right_door_open',
|
||||
'doors.rear_left_door_open',
|
||||
'doors.rear_right_door_open',
|
||||
'windows.front_left_window_open',
|
||||
'windows.front_right_window_open',
|
||||
'windows.rear_left_window_open',
|
||||
'windows.rear_right_window_open',
|
||||
'tyre_pressure.front_left_tyre_pressure',
|
||||
'tyre_pressure.front_right_tyre_pressure',
|
||||
'tyre_pressure.rear_left_tyre_pressure',
|
||||
'tyre_pressure.rear_right_tyre_pressure',
|
||||
'doors_hood_open',
|
||||
'doors_front_left_door_open',
|
||||
'doors_front_right_door_open',
|
||||
'doors_rear_left_door_open',
|
||||
'doors_rear_right_door_open',
|
||||
'windows_front_left_window_open',
|
||||
'windows_front_right_window_open',
|
||||
'windows_rear_left_window_open',
|
||||
'windows_rear_right_window_open',
|
||||
'tyre_pressure_front_left_tyre_pressure',
|
||||
'tyre_pressure_front_right_tyre_pressure',
|
||||
'tyre_pressure_rear_left_tyre_pressure',
|
||||
'tyre_pressure_rear_right_tyre_pressure',
|
||||
'any_door_open',
|
||||
'any_window_open'
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user