mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Plugwise: correct config_flow strings (#72554)
This commit is contained in:
parent
b417ae72e5
commit
7e2f4ebd5c
@ -1,24 +1,7 @@
|
|||||||
{
|
{
|
||||||
"options": {
|
|
||||||
"step": {
|
|
||||||
"init": {
|
|
||||||
"description": "Adjust Plugwise Options",
|
|
||||||
"data": {
|
|
||||||
"scan_interval": "Scan Interval (seconds)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Plugwise type",
|
|
||||||
"description": "Product:",
|
|
||||||
"data": {
|
|
||||||
"flow_type": "Connection type"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"user_gateway": {
|
|
||||||
"title": "Connect to the Smile",
|
"title": "Connect to the Smile",
|
||||||
"description": "Please enter",
|
"description": "Please enter",
|
||||||
"data": {
|
"data": {
|
||||||
@ -37,7 +20,6 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||||||
},
|
}
|
||||||
"flow_title": "{name}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,16 +9,8 @@
|
|||||||
"invalid_setup": "Add your Adam instead of your Anna, see the Home Assistant Plugwise integration documentation for more information",
|
"invalid_setup": "Add your Adam instead of your Anna, see the Home Assistant Plugwise integration documentation for more information",
|
||||||
"unknown": "Unexpected error"
|
"unknown": "Unexpected error"
|
||||||
},
|
},
|
||||||
"flow_title": "{name}",
|
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
|
||||||
"flow_type": "Connection type"
|
|
||||||
},
|
|
||||||
"description": "Product:",
|
|
||||||
"title": "Plugwise type"
|
|
||||||
},
|
|
||||||
"user_gateway": {
|
|
||||||
"data": {
|
"data": {
|
||||||
"host": "IP Address",
|
"host": "IP Address",
|
||||||
"password": "Smile ID",
|
"password": "Smile ID",
|
||||||
@ -29,15 +21,5 @@
|
|||||||
"title": "Connect to the Smile"
|
"title": "Connect to the Smile"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"options": {
|
|
||||||
"step": {
|
|
||||||
"init": {
|
|
||||||
"data": {
|
|
||||||
"scan_interval": "Scan Interval (seconds)"
|
|
||||||
},
|
|
||||||
"description": "Adjust Plugwise Options"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user