1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/snapcast/strings.json

45 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Snapcast server."
},
"description": "Please enter your server connection details",
"title": "[%key:common::action::connect%]"
}
}
},
"services": {
"restore": {
"description": "Restores a previously taken snapshot of a media player.",
"name": "Restore"
},
"set_latency": {
"description": "Sets the latency of a speaker.",
"fields": {
"latency": {
"description": "Latency in milliseconds.",
"name": "Latency"
}
},
"name": "Set latency"
},
"snapshot": {
"description": "Takes a snapshot of what is currently playing on a media player.",
"name": "Snapshot"
}
}
}