From be99591558c91c3d7a84d4b54138c446e0a112a2 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Sun, 5 May 2024 22:29:38 +0000 Subject: [PATCH] Migrate Tibber notify service --- source/_integrations/tibber.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/tibber.markdown b/source/_integrations/tibber.markdown index 30b25c479b2b..24e5cd82d481 100644 --- a/source/_integrations/tibber.markdown +++ b/source/_integrations/tibber.markdown @@ -35,7 +35,7 @@ Go to [developer.tibber.com/settings/accesstoken](https://developer.tibber.com/s ## Notifications -Tibber can send a notification by calling the [`notify` service](/integrations/notify/). It will send a notification to all devices registered in the Tibber account. +Tibber can send a notification by calling the [`notify.send_message` service](/integrations/notify/). It will send a notification to all devices registered in the Tibber account. To use notifications, please see the [getting started with automation page](/getting-started/automation/). @@ -43,8 +43,9 @@ To use notifications, please see the [getting started with automation page](/get ```yaml action: - service: notify.tibber + service: notify.send_message data: + entity_id: notify.tibber title: Your title message: This is a message for you! ```