Skip to content

Instantly share code, notes, and snippets.

@KenGrinder
Last active December 21, 2024 23:52
Show Gist options
  • Save KenGrinder/a506197f5352629939de35c362d792de to your computer and use it in GitHub Desktop.
Save KenGrinder/a506197f5352629939de35c362d792de to your computer and use it in GitHub Desktop.
Notify_Test
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