mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Fix AND logic for selector filters (#36732)
This commit is contained in:
parent
218ee90efe
commit
ee026c097e
@ -193,7 +193,7 @@ blueprint:
|
||||
entity:
|
||||
filter:
|
||||
- domain: binary_sensor
|
||||
- device_class: motion
|
||||
device_class: motion
|
||||
target_light:
|
||||
name: Lights
|
||||
description: The lights to keep in sync.
|
||||
@ -224,7 +224,7 @@ blueprint:
|
||||
entity:
|
||||
filter:
|
||||
- domain: binary_sensor
|
||||
- device_class: motion
|
||||
device_class: motion
|
||||
target_light:
|
||||
name: Lights
|
||||
description: The lights to keep in sync.
|
||||
|
Loading…
x
Reference in New Issue
Block a user