core/homeassistant/components/mutesync/strings.json

17 lines
406 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "Enable authentication in mütesync Preferences > Authentication",
"unknown": "[%key:common::config_flow::error::unknown%]"
}
}
}