Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/lovelace/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.