mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix select entity row opening more info on select (#25292)
This commit is contained in:
parent
d7660370ab
commit
40fe62c2ec
@ -93,6 +93,7 @@ class HuiSelectEntityRow extends LitElement implements LovelaceRow {
|
||||
`;
|
||||
|
||||
private _handleAction(ev): void {
|
||||
ev.stopPropagation();
|
||||
const stateObj = this.hass!.states[this._config!.entity] as SelectEntity;
|
||||
|
||||
const option = ev.target.value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user