Skip to content

more-info no longer opens on HA 113.x #33

@Mariusthvdb

Description

@Mariusthvdb

as of HA 113, the more-info popups no longer open clicking on the entities in

      card.querySelector('#temp').addEventListener('click', event => {
        fireEvent(this, "hass-more-info", { entityId: aplSensor.config });
      });

throwing these errors:

Schermafbeelding 2020-07-25 om 23 06 19

(this is for another, manually added, querySelector, but the doesn’t matter, even the ‘official’ cards coded selectors don’t work (do nothing but throw an error) where they before opened the more-info with the specified sensor.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions