Plugwise: correct config_flow strings (#72554)
This commit is contained in:
parent
b417ae72e5
commit
7e2f4ebd5c
2 changed files with 2 additions and 38 deletions
|
@ -1,24 +1,7 @@
|
|||
{
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "Adjust Plugwise Options",
|
||||
"data": {
|
||||
"scan_interval": "Scan Interval (seconds)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Plugwise type",
|
||||
"description": "Product:",
|
||||
"data": {
|
||||
"flow_type": "Connection type"
|
||||
}
|
||||
},
|
||||
"user_gateway": {
|
||||
"title": "Connect to the Smile",
|
||||
"description": "Please enter",
|
||||
"data": {
|
||||
|
@ -37,7 +20,6 @@
|
|||
},
|
||||
"abort": {
|
||||
"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",
|
||||
"unknown": "Unexpected error"
|
||||
},
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_type": "Connection type"
|
||||
},
|
||||
"description": "Product:",
|
||||
"title": "Plugwise type"
|
||||
},
|
||||
"user_gateway": {
|
||||
"data": {
|
||||
"host": "IP Address",
|
||||
"password": "Smile ID",
|
||||
|
@ -29,15 +21,5 @@
|
|||
"title": "Connect to the Smile"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"scan_interval": "Scan Interval (seconds)"
|
||||
},
|
||||
"description": "Adjust Plugwise Options"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue