Fix: entity selector multiple+domain-Filter erfordert filter:-Schema

selector.entity.domain als Top-Level-Key funktioniert nicht zusammen mit
multiple: true - HA erwartet dafuer selector.entity.filter: [{domain: [...]}].
Dadurch wurde in der UI gar kein Auswahlfeld mehr gerendert.
This commit is contained in:
martin 2026-07-28 08:25:11 +00:00
parent a1ada9ca56
commit d1922a1597

View file

@ -46,7 +46,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover
@ -97,7 +98,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover
@ -148,7 +150,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover
@ -199,7 +202,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover
@ -250,7 +254,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover
@ -301,7 +306,8 @@ blueprint:
selector: selector:
entity: entity:
multiple: true multiple: true
domain: filter:
- domain:
- switch - switch
- light - light
- cover - cover