mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Migrate Tibber notify service (#32601)
This commit is contained in:
parent
23a7ca0d9d
commit
7a8cdb201a
@ -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!
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user