Skip to content

Commit

Permalink
Update index.rst (esphome#3407)
Browse files Browse the repository at this point in the history
Fix bug with incorrect value for 'initial_option'
  • Loading branch information
JochenZhou authored Nov 23, 2023
1 parent 654018a commit 04ff3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Setting up three options and set component state to selected option value.
- "Option1"
- "Option2"
- "Option3"
initial_option: "OFF"
initial_option: "Option1"
optimistic: true
set_action:
- logger.log:
Expand Down

0 comments on commit 04ff3bd

Please sign in to comment.