2020-06-17 11:28:28 +00:00
|
|
|
{
|
|
|
|
"config": {
|
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": {
|
|
|
|
"description": "Set up your Smappee to integrate with Home Assistant.",
|
|
|
|
"data": {
|
|
|
|
"environment": "Environment"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"local": {
|
|
|
|
"description": "Enter the host to initiate the Smappee local integration",
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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
|
|
|
"pick_implementation": {
|
|
|
|
"title": "Pick Authentication Method"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-08-10 11:34:18 +00:00
|
|
|
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"already_configured_local_device": "Local device(s) is already configured. Please remove those first before configuring a cloud device.",
|
2020-06-17 11:28:28 +00:00
|
|
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
2020-08-10 11:34:18 +00:00
|
|
|
"connection_error": "Failed to connect to Smappee device.",
|
|
|
|
"missing_configuration": "The component is not configured. Please follow the documentation.",
|
|
|
|
"invalid_mdns": "Unsupported device for the Smappee integration."
|
2020-06-17 11:28:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|