Fix select entity row opening more info on select (#25292)

This commit is contained in:
Bram Kragten 2025-05-04 14:41:01 +03:00 committed by Paul Bottein
parent 74488c0b96
commit cfc7f91f03
No known key found for this signature in database

View File

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