home-assistant.io/source/_components/notify.tibber.markdown
2018-10-16 08:50:39 +02:00

866 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_qa_scale ha_iot_class
page Tibber Notification Instructions on how to integrate Tibber within Home Assistant. 2015-10-04 16:34 true false true true tibber.png Notifications 0.80 silver Cloud Polling

The requirement is that you have setup the tibber component.

{% linkable_title Usage %}

Tibber can send a notification by calling the notify service. It will send a notification to all devices registered in the Tibber account.

To use notifications, please see the getting started with automation page.

{% linkable_title Send message %}

action:
  service: notify.tibber
  data:
    title: Your title
    message: This is a message for you!