From 71d532ef1fc887b77d3237d37202d9298b5820af Mon Sep 17 00:00:00 2001 From: Matt N Date: Sun, 28 Oct 2018 04:07:42 -0700 Subject: [PATCH] Firefox 63+ supports custom elements and shadow DOM by default (#7176) --- source/lovelace/index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index 5bb15411593..551269287e7 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -28,7 +28,7 @@ The Lovelace UI is:

-If you're not using Chrome, please be sure to [read the FAQ](/lovelace/#faq) below. +If you're not using Firefox 63+ or Chrome, please be sure to [read the FAQ](/lovelace/#faq) below.

## {% linkable_title How it works %} @@ -133,7 +133,7 @@ This is the very very early version aimed at gathering feedback. Discussion and ### {% linkable_title I am running Firefox but, custom cards like gauge-card look bad or don't load at all. How do I fix this? %} -This is probably because your version of Firefox doesn't have custom components supported or enabled. Please set to `true` in your `about:config` the following settings: `dom.webcomponents.customelements.enabled` and `dom.webcomponents.shadowdom.enabled` +This is probably because your version of Firefox doesn't have custom components supported or enabled. Please upgrade to version 63 or higher, otherwise set `dom.webcomponents.customelements.enabled` and `dom.webcomponents.shadowdom.enabled` to `true` in `about:config`. ### {% linkable_title Custom cards don't load on my iOS device? %}