Skip to content

An MQTT notification service for Home Assistant.

License

Notifications You must be signed in to change notification settings

Thejul67/notify_mqtt_sms2mqtt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT notification service for Home Assistant.

hacs_badge

The notify_mqtt notification platform allows you to publish notifications from Home Assistant to an MQTT topic. This is primarily intended to help those who have an existing notification infrastructure set up in Node-RED or another MQTT-friendly tool, but may find other uses.

To enable the notify_mqtt notification platform in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
notify:
  - name: NOTIFIER_NAME
    platform: notify_mqtt
    topic: MQTT/TOPIC

name: Setting the optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME.

  • required: false
  • default: notify
  • type: string

topic: The MQTT topic that will receive the notification.

  • required: true
  • type: string

Notifications will be delivered to the MQTT topic as a string representation of a JSON object containing the message, title, and other data send to the notification service.

About

An MQTT notification service for Home Assistant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%