Skip to content

Instantly share code, notes, and snippets.

@simonwh
Last active August 25, 2022 17:56
Show Gist options
  • Save simonwh/4652f62bf89d7b4210f4c623d0f577ce to your computer and use it in GitHub Desktop.
Save simonwh/4652f62bf89d7b4210f4c623d0f577ce to your computer and use it in GitHub Desktop.
blueprint:
name: Test play media blueprint
description: 'Test'
domain: automation
input:
media:
name: Media to play on wakeup
description: Media to play
default: []
selector:
media: {}
trigger:
- platform: time_pattern
minutes: '*'
action:
- service: media_player.play_media
target:
entity_id: media_player.sovevaerelse
data:
!input 'media'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment