mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Don't open more-info from integrations dashboard (#3556)
This commit is contained in:
parent
12173388a0
commit
be0c035ba1
@ -126,10 +126,7 @@ class HaConfigManagerDashboard extends LocalizeMixin(
|
|||||||
items="[[_computeConfigEntryEntities(hass, item, entities)]]"
|
items="[[_computeConfigEntryEntities(hass, item, entities)]]"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<ha-state-icon
|
<ha-state-icon state-obj="[[item]]"></ha-state-icon>
|
||||||
state-obj="[[item]]"
|
|
||||||
on-click="_handleMoreInfo"
|
|
||||||
></ha-state-icon>
|
|
||||||
<paper-tooltip position="bottom"
|
<paper-tooltip position="bottom"
|
||||||
>[[_computeStateName(item)]]</paper-tooltip
|
>[[_computeStateName(item)]]</paper-tooltip
|
||||||
>
|
>
|
||||||
@ -230,10 +227,6 @@ class HaConfigManagerDashboard extends LocalizeMixin(
|
|||||||
return computeStateName(stateObj);
|
return computeStateName(stateObj);
|
||||||
}
|
}
|
||||||
|
|
||||||
_handleMoreInfo(ev) {
|
|
||||||
this.fire("hass-more-info", { entityId: ev.model.item.entity_id });
|
|
||||||
}
|
|
||||||
|
|
||||||
_computeRTL(hass) {
|
_computeRTL(hass) {
|
||||||
return computeRTL(hass);
|
return computeRTL(hass);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user