17 lines
944 B
JSON
17 lines
944 B
JSON
[
|
|
{
|
|
"id": "Play song when NFC Tag is Scanned",
|
|
"automation": "- alias: Play song when NFC Tag is Scanned\n description: Plays a song on Spotify when a specific NFC tag is scanned\n triggers:\n - event_type: tag_scanned\n event_data:\n tag_id: nfc_test_tag\n trigger: event\n conditions: []\n actions:\n - service: media_player.select_source\n target:\n entity_id: media_player.spotify_vervas_s\n data:\n source: Moode Spotify\n - service: media_player.play_media\n target:\n entity_id: media_player.spotify_vervas_s\n data:\n media_content_id: spotify:track:3Od0nkClll8uYFTyn2A3bB\n media_content_type: music\n mode: single",
|
|
"config": [
|
|
{
|
|
"name": "spotify vervas s",
|
|
"room": "living_room",
|
|
"type": "media_player",
|
|
"id": {
|
|
"entity_id": "media_player.spotify_vervas_s",
|
|
"device_id": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
] |