2020-06-17 11:28:28 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2020-08-27 00:04:55 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured_device": "Device is already configured",
|
|
|
|
"already_configured_local_device": "Local device(s) is already configured. Please remove those first before configuring a cloud device.",
|
|
|
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
|
|
|
"connection_error": "Failed to connect to Smappee device.",
|
|
|
|
"invalid_mdns": "Unsupported device for the Smappee integration.",
|
2020-09-11 00:09:17 +00:00
|
|
|
"missing_configuration": "The component is not configured. Please follow the documentation.",
|
|
|
|
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})"
|
2020-08-27 00:04:55 +00:00
|
|
|
},
|
2020-08-10 11:34:18 +00:00
|
|
|
"flow_title": "Smappee: {name}",
|
2020-06-17 11:28:28 +00:00
|
|
|
"step": {
|
2020-08-10 11:34:18 +00:00
|
|
|
"environment": {
|
|
|
|
"data": {
|
|
|
|
"environment": "Environment"
|
2020-08-27 00:04:55 +00:00
|
|
|
},
|
|
|
|
"description": "Set up your Smappee to integrate with Home Assistant."
|
2020-08-10 11:34:18 +00:00
|
|
|
},
|
|
|
|
"local": {
|
|
|
|
"data": {
|
|
|
|
"host": "Host"
|
2020-08-27 00:04:55 +00:00
|
|
|
},
|
|
|
|
"description": "Enter the host to initiate the Smappee local integration"
|
|
|
|
},
|
|
|
|
"pick_implementation": {
|
|
|
|
"title": "Pick Authentication Method"
|
2020-08-10 11:34:18 +00:00
|
|
|
},
|
|
|
|
"zeroconf_confirm": {
|
|
|
|
"description": "Do you want to add the Smappee device with serialnumber `{serialnumber}` to Home Assistant?",
|
|
|
|
"title": "Discovered Smappee device"
|
2020-06-17 11:28:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-08-27 00:04:55 +00:00
|
|
|
}
|