mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix device class for motion_light blueprint (#124495)
* Fix device class for motion_light blueprint. Fixes #124353 * Update to accept both motion and occupancy
This commit is contained in:
parent
ff029e5efc
commit
657ff58500
@ -10,7 +10,9 @@ blueprint:
|
||||
selector:
|
||||
entity:
|
||||
filter:
|
||||
device_class: motion
|
||||
- device_class: occupancy
|
||||
domain: binary_sensor
|
||||
- device_class: motion
|
||||
domain: binary_sensor
|
||||
light_target:
|
||||
name: Light
|
||||
|
Loading…
x
Reference in New Issue
Block a user