You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/notify.pushbullet.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: page
3
-
title: "PushBullet"
3
+
title: "Pushbullet"
4
4
description: "Instructions how to add user notifications to Home Assistant."
5
5
date: 2015-01-20 22:36
6
6
sidebar: true
@@ -12,9 +12,9 @@ ha_category: Notifications
12
12
featured: true
13
13
---
14
14
15
-
The `pushbullet` notification platform sends messages to [PushBullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends.
15
+
The `pushbullet` notification platform sends messages to [Pushbullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends.
16
16
17
-
To enable PushBullet notifications in your installation, add the following to your `configuration.yaml` file:
17
+
To enable Pushbullet notifications in your installation, add the following to your `configuration.yaml` file:
18
18
19
19
```yaml
20
20
# Example configuration.yaml entry
@@ -26,12 +26,12 @@ notify:
26
26
27
27
Configuration variables:
28
28
29
-
- **api_key** (*Required*): Enter the API key for PushBullet. Go to https://www.pushbullet.com/ to retrieve your API key.
29
+
- **api_key** (*Required*): Enter the API key for Pushbullet. Go to https://www.pushbullet.com/ to retrieve your API key.
30
30
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
31
31
32
32
### {% linkable_title Usage %}
33
33
34
-
PushBullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the PushBullet account. An optional **target** parameter can be given to PushBullet to specify specific account's devices, contacts or channels.
34
+
Pushbullet is a notify platform and thus can be controlled by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the Pushbullet account. An optional **target** parameter can be given to Pushbullet to specify specific account's devices, contacts or channels.
0 commit comments