1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-09 07:45:11 +01:00
Files
core/homeassistant/components/songpal/strings.json
T
2025-10-28 10:33:10 +01:00

39 lines
915 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"not_songpal_device": "Not a Songpal device"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"flow_title": "{name} ({host})",
"step": {
"init": {
"description": "Do you want to set up {name} ({host})?"
},
"user": {
"data": {
"endpoint": "Endpoint"
}
}
}
},
"services": {
"set_sound_setting": {
"description": "Change sound setting.",
"fields": {
"name": {
"description": "Name of the setting.",
"name": "[%key:common::config_flow::data::name%]"
},
"value": {
"description": "Value to set.",
"name": "Value"
}
},
"name": "Sets sound setting"
}
}
}