ljmerza / light-entity-card

Control any light or switch entity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card not working on edge browser

jonthe101 opened this issue · comments

This is probably just an issue for me - can't find any others with the same problem when I google.
light-entity-card is not showing up when I use edge, works fine on chrome.
When I check console logs it's throwing:

Uncaught (in promise) TypeError: (intermediate value)(intermediate value)(intermediate value).importNode is not a function
at t.value (light-entity-card.js?hacstag=168744428613:17:4223)
at t.value (light-entity-card.js?hacstag=168744428613:17:6263)
at t.value (light-entity-card.js?hacstag=168744428613:17:5595)
at light-entity-card.js?hacstag=168744428613:22:1087
at hi.value (light-entity-card.js?hacstag=168744428613:22:1097)
at hi.performUpdate (light-entity-card.js?hacstag=168744428613:12:5065)
at hi.scheduleUpdate (light-entity-card.js?hacstag=168744428613:12:4716)
at hi._$Ej (light-entity-card.js?hacstag=168744428613:12:4624)

It's been like this since several months back. Everything is on the latest version (ha, light entity card, edge).

Does anyone know what the problem is? It's got to be something wrong with my environment?

Thanks.

Found the problem...
Found a similar issue: artem-sedykh/mini-climate-card#137
The error went away when turning off flag Experimental Web Platform features in edge. (edge://flags/#enable-experimental-web-platform-features)
closing issue.