/
/
/
1{
2 "config_entries": {
3 "power_controls": {
4 "label": "Player Power Control entities",
5 "description": "Specify which Home Assistant entities you like to import as player Power controls in Music Assistant."
6 },
7 "volume_controls": {
8 "label": "Player Volume Control entities",
9 "description": "Specify which Home Assistant entities you like to import as player Volume controls in Music Assistant."
10 },
11 "mute_controls": {
12 "label": "Player Mute Control entities",
13 "description": "Specify which Home Assistant entities you like to import as player Mute controls in Music Assistant."
14 },
15 "url": {
16 "label": "URL",
17 "description": "URL to your Home Assistant instance (e.g. http://192.168.1.1:8123)"
18 },
19 "auth": {
20 "label": "(re)Authenticate Home Assistant",
21 "description": "Authenticate to your home assistant instance and generate the long lived token."
22 },
23 "token": {
24 "label": "Authentication token for HomeAssistant"
25 },
26 "verify_ssl": {
27 "label": "[%key:common::config_entries::verify_ssl::label%]",
28 "description": "[%key:common::config_entries::verify_ssl::description%]"
29 }
30 },
31 "setup_flow": {
32 "user": {
33 "title": "Connect to Home Assistant",
34 "description": "Enter the URL of your Home Assistant instance. Continue to sign in, or paste a long-lived access token to skip the browser step."
35 },
36 "auth": {
37 "title": "Sign in to Home Assistant",
38 "description": "Sign in and authorize Music Assistant in the window that opens."
39 },
40 "abort": {
41 "nothing_to_configure": "Music Assistant is running as a Home Assistant add-on and is already connected, so there is nothing to set up."
42 }
43 },
44 "errors": {
45 "auth_failed": "Could not authenticate with Home Assistant. Please check the URL and try again."
46 },
47 "manifest": {
48 "description": "Connects Music Assistant with Home Assistant for automation, integration, and enhanced smart-home control."
49 }
50}
51