-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.json
174 lines (174 loc) · 4.6 KB
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"config": {
"step": {
"confirm": {
"description": "Do you want to set up Sonos?"
}
},
"abort": {
"not_sonos_device": "Discovered device is not a Sonos device",
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"issues": {
"subscriptions_failed": {
"title": "Networking error: subscriptions failed",
"description": "Falling back to polling, functionality may be limited.\n\nSonos device at {device_ip} cannot reach Home Assistant at {listener_address}.\n\nSee our [documentation]({sub_fail_url}) for more information on how to solve this issue."
}
},
"entity": {
"binary_sensor": {
"microphone": {
"name": "Microphone"
}
},
"number": {
"audio_delay": {
"name": "Audio delay"
},
"bass": {
"name": "Bass"
},
"balance": {
"name": "Balance"
},
"treble": {
"name": "Treble"
},
"sub_gain": {
"name": "Sub gain"
},
"surround_level": {
"name": "Surround level"
},
"music_surround_level": {
"name": "Music surround level"
}
},
"sensor": {
"audio_input_format": {
"name": "Audio input format"
}
},
"switch": {
"cross_fade": {
"name": "Crossfade"
},
"loudness": {
"name": "Loudness"
},
"surround_mode": {
"name": "Surround music full volume"
},
"night_mode": {
"name": "Night sound"
},
"dialog_level": {
"name": "Speech enhancement"
},
"status_light": {
"name": "Status light"
},
"sub_enabled": {
"name": "Subwoofer enabled"
},
"surround_enabled": {
"name": "Surround enabled"
},
"buttons_enabled": {
"name": "Touch controls"
}
}
},
"services": {
"snapshot": {
"name": "Snapshot",
"description": "Takes a snapshot of the media player.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name of entity that will be snapshot."
},
"with_group": {
"name": "With group",
"description": "True or False. Also snapshot the group layout."
}
}
},
"restore": {
"name": "Restore",
"description": "Restores a snapshot of the media player.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "Name of entity that will be restored."
},
"with_group": {
"name": "[%key:component::sonos::services::snapshot::fields::with_group::name%]",
"description": "True or False. Also restore the group layout."
}
}
},
"set_sleep_timer": {
"name": "Set timer",
"description": "Sets a Sonos timer.",
"fields": {
"sleep_time": {
"name": "Sleep Time",
"description": "Number of seconds to set the timer."
}
}
},
"clear_sleep_timer": {
"name": "Clear timer",
"description": "Clears a Sonos timer."
},
"play_queue": {
"name": "Play queue",
"description": "Start playing the queue from the first item.",
"fields": {
"queue_position": {
"name": "Queue position",
"description": "Position of the song in the queue to start playing from."
}
}
},
"remove_from_queue": {
"name": "Remove from queue",
"description": "Removes an item from the queue.",
"fields": {
"queue_position": {
"name": "[%key:component::sonos::services::play_queue::fields::queue_position::name%]",
"description": "Position in the queue to remove."
}
}
},
"update_alarm": {
"name": "Update alarm",
"description": "Updates an alarm with new time and volume settings.",
"fields": {
"alarm_id": {
"name": "Alarm ID",
"description": "ID for the alarm to be updated."
},
"time": {
"name": "Time",
"description": "Set time for the alarm."
},
"volume": {
"name": "Volume",
"description": "Set alarm volume level."
},
"enabled": {
"name": "Alarm enabled",
"description": "Enable or disable the alarm."
},
"include_linked_zones": {
"name": "Include linked zones",
"description": "Enable or disable including grouped rooms."
}
}
}
}
}