mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16: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)]]"
|
||||
>
|
||||
<span>
|
||||
<ha-state-icon
|
||||
state-obj="[[item]]"
|
||||
on-click="_handleMoreInfo"
|
||||
></ha-state-icon>
|
||||
<ha-state-icon state-obj="[[item]]"></ha-state-icon>
|
||||
<paper-tooltip position="bottom"
|
||||
>[[_computeStateName(item)]]</paper-tooltip
|
||||
>
|
||||
@ -230,10 +227,6 @@ class HaConfigManagerDashboard extends LocalizeMixin(
|
||||
return computeStateName(stateObj);
|
||||
}
|
||||
|
||||
_handleMoreInfo(ev) {
|
||||
this.fire("hass-more-info", { entityId: ev.model.item.entity_id });
|
||||
}
|
||||
|
||||
_computeRTL(hass) {
|
||||
return computeRTL(hass);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user