1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/songpal/strings.json

23 lines
531 B
JSON

{
"config": {
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"user": {
"data": {
"endpoint": "Endpoint"
}
},
"init": {
"description": "Do you want to set up {name} ({host})?"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_songpal_device": "Not a Songpal device"
}
}
}