mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Remove deprecated javascript_version from frontend docs (#15857)
This commit is contained in:
parent
f609f83072
commit
d093dba7c0
@ -19,11 +19,6 @@ frontend:
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
javascript_version:
|
||||
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` "
|
||||
required: false
|
||||
type: string
|
||||
default: auto
|
||||
themes:
|
||||
description: Allow to define different themes. See below for further details.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user