Last active
December 21, 2024 23:52
-
-
Save KenGrinder/a506197f5352629939de35c362d792de to your computer and use it in GitHub Desktop.
Notify_Test
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 Notify Selector | |
domain: automation | |
description: > | |
Minimal example using a service selector that should list all notify.* services. | |
input: | |
notify_service: | |
name: Notification Service | |
description: "Pick a notify.* service from the dropdown" | |
selector: | |
service: | |
domain: notify | |
trigger: | |
- platform: time | |
at: "00:00:00" | |
action: | |
- service: !input notify_service | |
data: | |
message: "Hello from the minimal blueprint!" | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment