mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Improve config flow title in ViCare integration (#142573)
* Update strings.json * Update strings.json
This commit is contained in:
parent
4096a8931a
commit
aefadd6684
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"flow_title": "{name} ({host})",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"description": "Set up ViCare integration. To generate client ID go to https://app.developer.viessmann.com",
|
"description": "Set up ViCare integration. To generate client ID go to https://app.developer.viessmann.com",
|
||||||
@ -11,8 +11,8 @@
|
|||||||
"heating_type": "Heating type"
|
"heating_type": "Heating type"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"username": "The email address to login to your ViCare account.",
|
"username": "The email address to log in to your ViCare account.",
|
||||||
"password": "The password to login to your ViCare account.",
|
"password": "The password to log in to your ViCare account.",
|
||||||
"client_id": "The ID of the API client created in the Viessmann developer portal.",
|
"client_id": "The ID of the API client created in the Viessmann developer portal.",
|
||||||
"heating_type": "Allows to overrule the device auto detection."
|
"heating_type": "Allows to overrule the device auto detection."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user