100 |
Entity (required)
101 |
this.valueChanged({ target: { configValue: 'entity', value: detail.id } })}
104 | .items=${mediaPlayerOptions}
105 | .label=${'Select entity'}
106 | .selected=${this._config.entity}
107 | >
108 |
109 |
110 |
111 |
117 |
118 |
124 |
125 |
131 |
132 |
133 |
134 |
135 |
136 |
137 |
138 |
139 |
144 |
145 |
146 |
147 |
152 |
153 |
154 |
155 |
156 |
157 | Artwork
158 | this.valueChanged({ target: { configValue: 'artwork', value: detail.id } })}
161 | .items=${computeItems(OptionsArtwork, true)}
162 | .label=${'Default'}
163 | .selected=${this._config.artwork}
164 | >
165 |
166 |
167 |
168 | Source
169 | this.valueChanged({ target: { configValue: 'source', value: detail.id } })}
172 | .items=${computeItems(OptionsSource, true)}
173 | .label=${'Default'}
174 | .selected=${this._config.source}
175 | >
176 |
177 |
178 |
179 | Sound mode
180 |
183 | this.valueChanged({ target: { configValue: 'sound_mode', value: detail.id } })}
184 | .items=${computeItems(OptionsSoundMode, true)}
185 | .label=${'Default'}
186 | .selected=${this._config.sound_mode}
187 | >
188 |
189 |
190 |
191 |
192 |
193 |
194 | Info
195 | this.valueChanged({ target: { configValue: 'info', value: detail.id } })}
198 | .items=${computeItems(OptionsInfo, true)}
199 | .label=${'Default'}
200 | .selected=${this._config.info}
201 | >
202 |
203 |
204 |
205 |
206 | Replace Mute
207 |
210 | this.valueChanged({ target: { configValue: 'replace_mute', value: detail.id } })}
211 | .items=${computeItems(OptionsReplaceMute, true)}
212 | .label=${'Default'}
213 | .selected=${this._config.replace_mute}
214 | >
215 |
216 |
217 |
218 |
219 |
220 |
226 |
227 |
233 |
234 |
240 |
241 |
242 |
257 |
258 |
259 | Settings for Tap actions, TTS, hiding UI elements, idle view, speaker groups and shortcuts can only be
260 | configured in the code editor
261 |
262 |