Skip to content
caiosweet edited this page Jul 10, 2023 · 3 revisions

Collection of some examples

To quickly try sending notifications, press this button below and fill with our example data.

Open your Home Assistant instance and show your service developer tools with a specific service selected.

service: script.my_notify
data:
  title: ⭐ Star us on GitHub — it motivates us a lot!
  message: Star us on GitHub, it motivates us a lot!
  link: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon
  alexa:
    message: Cucù! Sono le {{now().strftime('%H:%M')}}, accipicchia!
    audio: soundbank://soundlibrary/foley/amzn_sfx_clock_ticking_01
    volume: 0.5
  google:
    message: Sono le {{now().strftime('%H:%M')}}.
    volume: 0.5
  no_show: true

Index

Clone this wiki locally