From 4868f38b4bfef926b06a6a5707025843b47051a3 Mon Sep 17 00:00:00 2001 From: drjared88 Date: Tue, 10 Jul 2018 15:22:40 -0600 Subject: [PATCH] Update index.markdown --- source/lovelace/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index 35dd0c77692..440901de884 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -116,6 +116,6 @@ This is probably because your version of Firefox doesn't have custom components ### Custom components don't load on my IOS device? -This is because for IOS devices by default javascript served is `es5`. You can allow custom components to load by forcing `javascript: latest` in your `configuration.yaml` under `frontend:`. +This is because for IOS devices by default javascript served is `es5`. You can allow custom components to load by forcing `javascript_version: latest` in your `configuration.yaml` under `frontend:`. > Note: Enabling `latest` on IOS could cause automation and script editor to crash.