core/homeassistant/components/heos/translations/en.json

19 lines
619 B
JSON
Raw Normal View History

{
2019-04-01 03:01:23 +00:00
"config": {
"abort": {
"already_setup": "You can only configure a single Heos connection as it will support all devices on the network."
},
"error": {
"connection_failure": "Unable to connect to the specified host."
},
"step": {
"user": {
"data": {
2019-04-17 16:31:34 +00:00
"host": "Host"
2019-04-01 03:01:23 +00:00
},
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
"title": "Connect to Heos"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}