Skip to content

Commit

Permalink
Don't open more-info from integrations dashboard (#3556)
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich authored and balloob committed Sep 2, 2019
1 parent 1217338 commit be0c035
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit be0c035

Please sign in to comment.