Skip to content

Commit 95b8444

Browse files
authored
Pushbullet not PushBullet
1 parent d813cf1 commit 95b8444

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/_components/notify.pushbullet.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "PushBullet"
3+
title: "Pushbullet"
44
description: "Instructions how to add user notifications to Home Assistant."
55
date: 2015-01-20 22:36
66
sidebar: true
@@ -12,9 +12,9 @@ ha_category: Notifications
1212
featured: true
1313
---
1414

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.
1616

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:
1818

1919
```yaml
2020
# Example configuration.yaml entry
@@ -26,12 +26,12 @@ notify:
2626
2727
Configuration variables:
2828
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.
3030
- **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`.
3131

3232
### {% linkable_title Usage %}
3333

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.
3535

3636
Type | Prefix | Suffix | Example
3737
---- | ------ | ------ | -------

0 commit comments

Comments
 (0)