Skip to content

caiosweet/notify-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notify-notifier

hacs_badge

In your configuration.yaml file type:

notify:
  - platform: notify_hub
    name: me
CONFIGURATION VARIABLES
  name:
    description: The name of the notify service.
    required: true
    type: string
Examples
notify:
  - platform: notify_hub
    name: hub
Send text message with TTS
service: notify.hub
data: 
  title: Title from Notify Notifier
  message: message da notifier
  data:
   alexa: true
   google:
     volume: 0.5
     message_tts: Hi, from google.
Send only audio TTS. (equal to notify: 0)
service: notify.hub
data: 
  message: ""
  data:
   alexa:
     message_tts: Hello, from Alexa
     volume: 0.3
   google:
     message_tts: Hi, from google.

About

Notify service for Appdaemon Notifier Centre for Home Assistant

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages