Skip to content

Commit

Permalink
Set data_description in config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvav committed Oct 23, 2024
1 parent e9919a6 commit 8a0761f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion homeassistant/components/palazzetti/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"config": {
"step": {
"user": {
"description": "Enter the host name or the IP address of the Palazzetti CBox",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The host name or the IP address of the Palazzetti CBox"
}
}
},
Expand Down

0 comments on commit 8a0761f

Please sign in to comment.