mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix entity picker in footer graph and media card (#25531)
This commit is contained in:
parent
01b398c2a3
commit
a55ef8ad47
@ -60,7 +60,7 @@ export class HuiGraphFooterEditor
|
||||
.configValue=${"entity"}
|
||||
.includeDomains=${includeDomains}
|
||||
.required=${true}
|
||||
@change=${this._valueChanged}
|
||||
@value-changed=${this._valueChanged}
|
||||
></ha-entity-picker>
|
||||
<div class="side-by-side">
|
||||
<ha-formfield
|
||||
|
@ -58,7 +58,7 @@ export class HuiMediaControlCardEditor
|
||||
.configValue=${"entity"}
|
||||
.includeDomains=${includeDomains}
|
||||
.required=${true}
|
||||
@change=${this._valueChanged}
|
||||
@value-changed=${this._valueChanged}
|
||||
allow-custom-entity
|
||||
></ha-entity-picker>
|
||||
<ha-theme-picker
|
||||
|
Loading…
x
Reference in New Issue
Block a user