Skip to content

Commit d093dba

Browse files
authored
Remove deprecated javascript_version from frontend docs (home-assistant#15857)
1 parent f609f83 commit d093dba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/_integrations/frontend.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ frontend:
1919
```
2020
2121
{% configuration %}
22-
javascript_version:
23-
description: "DEPRECATED, it is now done using feature detection in the browser. Version of the JavaScript to serve to clients. Options: `es5` - transpiled so old browsers understand it. `latest` - not transpiled, so will work on recent browsers only. `auto` - select a version according to the browser user-agent. The value in the configuration can be overiden by putting `es5` or `latest` in the URL. For example `http://localhost:8123/states?es5` "
24-
required: false
25-
type: string
26-
default: auto
2722
themes:
2823
description: Allow to define different themes. See below for further details.
2924
required: false

0 commit comments

Comments
 (0)