1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/snapcast/strings.json
T

56 lines
1.6 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%]"
}
}
},
"exceptions": {
"join_players_no_group": {
"message": "Client {entity_id} has no group. Unable to join players."
},
"select_source_no_group": {
"message": "Client {entity_id} has no group. Unable to select source {source}."
},
"unjoin_no_group": {
"message": "Client {entity_id} has no group. Unable to unjoin player."
}
},
"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"
}
}
}