From 7a8cdb201a235c5c7bff0d5b310f8ae076fca53a Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 14 May 2024 16:35:13 +0200 Subject: [PATCH] Migrate Tibber notify service (#32601) --- 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 30b25c479b2..24e5cd82d48 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! ```