-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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:
(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
Labels
No labels