From 7fca29f878fb6b38381283bca3b4e0c53aeac81b Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Sat, 1 Jun 2019 10:01:55 +0200 Subject: [PATCH] Clarify that the free tier is limited (#9542) * Clarify that the free tier is limited * :pencil2: Tweak --- source/_components/pushbullet.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_components/pushbullet.markdown b/source/_components/pushbullet.markdown index ecab9b1caca..98f67c88305 100644 --- a/source/_components/pushbullet.markdown +++ b/source/_components/pushbullet.markdown @@ -23,6 +23,10 @@ There is currently support for the following device types within Home Assistant: - [Sensor](#sensor) - [Notifications](#notifications) +

+The free tier is [limited](https://docs.pushbullet.com/#push-limit) to 500 pushes per month. +

+ ### {% linkable_title Sensor %} The `pushbullet` sensor platform reads messages from [Pushbullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends. This sensor platform provides sensors that show the properties of the latest received Pushbullet notification mirror. @@ -83,7 +87,7 @@ All properties will be displayed as attributes. The properties array are just fo ## {% linkable_title Notifications %} -The `pushbullet` notification platform sends messages to [Pushbullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends. +The `pushbullet` notification platform sends messages to [Pushbullet](https://www.pushbullet.com/), a free service to send information between your phones, browsers, and friends. The free tier is [limited](https://docs.pushbullet.com/#push-limit) to 500 pushes per month. To enable Pushbullet notifications in your installation, add the following to your `configuration.yaml` file: @@ -191,4 +195,4 @@ action:

Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them. -

\ No newline at end of file +