21 lines
755 B
JSON
21 lines
755 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up Sonos?"
|
|
}
|
|
},
|
|
"abort": {
|
|
"not_sonos_device": "Discovered device is not a Sonos device",
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"subscriptions_failed": {
|
|
"title": "Networking error: subscriptions failed",
|
|
"description": "Falling back to polling, functionality may be limited.\n\nSonos device at {device_ip} cannot reach Home Assistant at {listener_address}.\n\nSee our [documentation]({sub_fail_url}) for more information on how to solve this issue."
|
|
}
|
|
}
|
|
}
|