Add name to base strings for config flows (#40947)

* Add name to base strings for config flows

* Fix HA strings.json
This commit is contained in:
springstan 2020-10-03 15:28:42 +02:00 committed by GitHub
parent 7bafa921bb
commit 04daa9a378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 28 additions and 23 deletions

View file

@ -5,7 +5,7 @@
"title": "Link your Minecraft Server",
"description": "Set up your Minecraft Server instance to allow monitoring.",
"data": {
"name": "Name",
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]"
}
}
@ -19,4 +19,4 @@
"already_configured": "Host is already configured."
}
}
}
}