2019-03-30 04:10:00 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to Heos",
|
|
|
|
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-05 17:22:02 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-05 17:22:02 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2019-03-30 13:52:17 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
}
|