mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +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:
|
selector:
|
||||||
entity:
|
entity:
|
||||||
filter:
|
filter:
|
||||||
device_class: motion
|
- device_class: occupancy
|
||||||
|
domain: binary_sensor
|
||||||
|
- device_class: motion
|
||||||
domain: binary_sensor
|
domain: binary_sensor
|
||||||
light_target:
|
light_target:
|
||||||
name: Light
|
name: Light
|
||||||
|
Loading…
x
Reference in New Issue
Block a user