Skip to content

Instantly share code, notes, and snippets.

@pauly7300
Created December 15, 2018 18:13
Show Gist options
  • Save pauly7300/9a93005bc66f6151145c2efe273be95f to your computer and use it in GitHub Desktop.
Save pauly7300/9a93005bc66f6151145c2efe273be95f to your computer and use it in GitHub Desktop.
- id: '************'
alias: Christmas tree
trigger:
- entity_id: switch.sonoff8
from: 'off'
platform: state
to: 'on'
condition: []
action:
- data:
entity_id: media_player.pauls_echo_dot
volume_level: '0.4'
service: media_player.volume_set
- delay: '4'
- data:
entity_id: media_player.pauls_echo_dot
message: Merry Christmas!
service: media_player.alexa_tts
- delay: '4'
- data:
entity_id: media_player.pauls_echo_dot
media_content_id: Bing Crosby white christmas
media_content_type: AMAZON_MUSIC
service: media_player.play_media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment