mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
YAML input select example missing spaces (#14356)
There are spaces missing in front of the potential values in the options list (all other lines have double space on indent). Not sure if it matters as my config file works without them, but since it's an example for brand new users, may want to fix.
This commit is contained in:
parent
024bb2311c
commit
fdfe355dd2
@ -45,10 +45,10 @@ input_select:
|
||||
name: Threat level
|
||||
# A collection is used for options
|
||||
options:
|
||||
- 0
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
- 0
|
||||
- 1
|
||||
- 2
|
||||
- 3
|
||||
initial: 0
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user