Skip to content

Commit

Permalink
Allow data description in sections (#128965)
Browse files Browse the repository at this point in the history
* Allow data description in sections

* update format with ruff

* Add data_description to kitchen_sink input section

---------

Co-authored-by: Erik <[email protected]>
  • Loading branch information
basbruss and emontnemery authored Dec 18, 2024
1 parent ca2c728 commit 4399d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/kitchen_sink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"bool": "Optional boolean",
"int": "Numeric input"
},
"data_description": {
"int": "A longer description for the numeric input"
},
"description": "This section allows input of some extra data",
"name": "Collapsible section"
}
Expand Down

0 comments on commit 4399d09

Please sign in to comment.