1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/roon/strings.json
2025-10-28 10:33:10 +01:00

53 lines
1.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"fallback": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"description": "Could not discover Roon server, please enter your Hostname and Port."
},
"link": {
"description": "You must authorize Home Assistant in Roon. After you select **Submit**, go to the Roon Core application, open **Settings** and enable Home Assistant on the **Extensions** tab.",
"title": "Authorize Home Assistant in Roon"
},
"user": {}
}
},
"entity": {
"event": {
"volume": {
"state_attributes": {
"event_type": {
"state": {
"mute_toggle": "Mute toggle",
"volume_down": "Volume down",
"volume_up": "Volume up"
}
}
}
}
}
},
"services": {
"transfer": {
"description": "Transfers playback from one player to another.",
"fields": {
"transfer_id": {
"description": "ID of the destination player.",
"name": "Transfer ID"
}
},
"name": "Transfer"
}
}
}