mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Clarify inputs in blueprint sections are flattened (#34457)
* Clarify inputs in blueprint sections are flattened * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
0627ca83b2
commit
7cd6d0f7a4
@ -150,7 +150,9 @@ A blueprint can have as many inputs as you like.
|
||||
### Blueprint input sections
|
||||
|
||||
One or more input sections can be added under the main `input` key. Each section visually groups the inputs in that section,
|
||||
allows an optional description, and optionally allows for collapsing those inputs.
|
||||
allows an optional description, and optionally allows for collapsing those inputs. Note that the section only impacts how
|
||||
inputs are displayed to the user when they fill in the blueprint. Inputs must have unique names and be referenced directly
|
||||
by their name; not by section and name.
|
||||
|
||||
A section is differentiated from an input by the presence of an additional `input` key within that section.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user