Skip to content

Commit

Permalink
Migrate Tibber notify service
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed May 5, 2024
1 parent 29c87a8 commit be99591
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/_integrations/tibber.markdown
Expand Up @@ -35,16 +35,17 @@ 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/).

### Send message

```yaml
action:
service: notify.tibber
service: notify.send_message
data:
entity_id: notify.tibber
title: Your title
message: This is a message for you!
```
Expand Down

0 comments on commit be99591

Please sign in to comment.