Plugwise: correct config_flow strings (#72554)

This commit is contained in:
Bouwe Westerdijk 2022-05-30 09:45:33 +02:00 committed by GitHub
parent b417ae72e5
commit 7e2f4ebd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 38 deletions

View file

@ -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}"
}
}
}

View file

@ -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"
}
}
}
}
}