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:
parent
a1ada9ca56
commit
d1922a1597
1 changed files with 66 additions and 60 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue