mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Allow data description in sections (#128965)
* Allow data description in sections * update format with ruff * Add data_description to kitchen_sink input section --------- Co-authored-by: Erik <erik@montnemery.com>
This commit is contained in:
parent
ca2c7280eb
commit
4399d09820
@ -21,6 +21,9 @@
|
|||||||
"bool": "Optional boolean",
|
"bool": "Optional boolean",
|
||||||
"int": "Numeric input"
|
"int": "Numeric input"
|
||||||
},
|
},
|
||||||
|
"data_description": {
|
||||||
|
"int": "A longer description for the numeric input"
|
||||||
|
},
|
||||||
"description": "This section allows input of some extra data",
|
"description": "This section allows input of some extra data",
|
||||||
"name": "Collapsible section"
|
"name": "Collapsible section"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user