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