Skip to content

Commit 1d639d9

Browse files
authored
Capitalization fix on Pushover
1 parent 1b99a8c commit 1d639d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/_components/notify.pushover.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: "PushOver"
4-
description: "Instructions how to add user notifications to Home Assistant."
3+
title: "Pushover"
4+
description: "Instructions how to add Pushover notifications to Home Assistant."
55
date: 2015-01-20 22:36
66
sidebar: true
77
comments: false
@@ -13,9 +13,9 @@ ha_release: pre 0.7
1313
---
1414

1515

16-
The [PushOver service](https://pushover.net/) is a platform for the notify component. This allows components to send messages to the user using PushOver.
16+
The [Pushover service](https://pushover.net/) is a platform for the notify component. This allows components to send messages to the user using Pushover.
1717

18-
To use PushOver notifications, add the following to your `configuration.yaml` file:
18+
To use Pushover notifications, add the following to your `configuration.yaml` file:
1919

2020
```yaml
2121
# Example configuration.yaml entry
@@ -32,7 +32,7 @@ Configuration variables:
3232
- **api_key** (*Required*): This parameter is optional but should be configured, in order to get an API key you should go to https://pushover.net and register a new application.
3333
- **user_key** (*Required*): To retrieve this value log into your account at https://pushover.net
3434

35-
This is a quote from the pushover website regarding free/open source apps:
35+
This is a quote from the Pushover website regarding free/open source apps:
3636

3737
<blockquote>
3838
If you are creating a client-side library, application, or open source project that will be redistributed and installed by end-users, you may want to require each of your users to register their own application rather than including your own API token with the software.

0 commit comments

Comments
 (0)