Created
November 20, 2023 07:32
-
-
Save analogic/281a655bc4991b4e26176b0a5a00cd67 to your computer and use it in GitHub Desktop.
Home assistant + Sonos + sound
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service: media_player.play_media | |
target: | |
entity_id: | |
- media_player.sonos_arc | |
- media_player.symfonisk_bookshelf | |
- media_player.symfonisk_picture_frame | |
- media_player.dilna | |
data: | |
media_content_type: music | |
media_content_id: "media-source://media_source/local/bird.wav" | |
announce: true | |
extra: | |
volume: 40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment