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

18 lines
422 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2022-12-01 00:33:36 +00:00
"already_configured": "Device is already configured"
},
"error": {
2022-12-01 00:33:36 +00:00
"cannot_connect": "Failed to connect",
"no_data": "Device did not return any data required to an entry."
},
"step": {
"user": {
"data": {
"host": "Host"
}
}
}
}
2022-12-01 00:33:36 +00:00
}