Last active
August 25, 2022 17:56
-
-
Save simonwh/4652f62bf89d7b4210f4c623d0f577ce to your computer and use it in GitHub Desktop.
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
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