Clarify that the free tier is limited (#9542)

* Clarify that the free tier is limited

* ✏️ Tweak
This commit is contained in:
Colin Frei 2019-06-01 10:01:55 +02:00 committed by Klaas Schoute
parent 2d752bcab0
commit 7fca29f878

View File

@ -23,6 +23,10 @@ There is currently support for the following device types within Home Assistant:
- [Sensor](#sensor)
- [Notifications](#notifications)
<p class='note'>
The free tier is [limited](https://docs.pushbullet.com/#push-limit) to 500 pushes per month.
</p>
### {% 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:
<p class='note'>
Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
</p>
</p>