1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix entity picker in footer graph and media card (#25531)

This commit is contained in:
Paul Bottein
2025-05-20 11:32:37 +02:00
committed by GitHub
parent 01b398c2a3
commit a55ef8ad47
2 changed files with 2 additions and 2 deletions

View File

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

View File

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