* Add deduplicate script * Fix forecast_solar incorrect key with space * Fix utf-8 * Do not create references to other arbitrary other integrations * Add commented code to only allow applying to referencing integrations * Tweak * Bug fix * Add command line arg for limit reference * never suggest to update common keys * Output of script * Apply suggestions from code review Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
28 lines
953 B
JSON
28 lines
953 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"reauth_failed": "Please use the same mydevolo user as before."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "Email / devolo ID",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"mydevolo_url": "mydevolo URL"
|
|
}
|
|
},
|
|
"zeroconf_confirm": {
|
|
"data": {
|
|
"username": "[%key:component::devolo_home_control::config::step::user::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"mydevolo_url": "[%key:component::devolo_home_control::config::step::user::data::mydevolo_url%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|