1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/songpal/strings.json

23 lines
518 B
JSON

{
"config": {
"flow_title": "{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"
}
}
}