Fix AND logic for selector filters (#36732)

This commit is contained in:
Honza Uhlík 2025-01-05 12:38:53 +01:00 committed by GitHub
parent 218ee90efe
commit ee026c097e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.