Update spotify.markdown (#30739)

This commit is contained in:
Joost Lekkerkerker 2024-01-10 11:15:49 +01:00 committed by GitHub
parent dfb173b76d
commit 0251ba5e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,8 @@ To play media Spotify first needs a device selected for audio output known as th
```yaml
# Example code to select an AV receiver as the output device
service: media_player.select_source
entity_id: media_player.spotify
target:
entity_id: media_player.spotify
data:
source: "Denon AVR-X2000"
```