Add ha_release

This commit is contained in:
Fabian Affolter 2016-09-07 15:59:46 +02:00
parent 78eab791e6
commit 71f2249340
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,13 +9,11 @@ sharing: true
footer: true
ha_category: Binary Sensor
logo: home-assistant.png
ha_release: 0.28
ha_iot_class: "Local Push"
---
The `trend` platform allows you to create sensors which show the trend of numeric `state` or`state_attributes` from other entities.
This sensor requires two updates of the underlying sensor to establish a trend - so it can take some time to show an accurate state.
It can be useful as part of automations, where you want to base an action on a trend.
The `trend` platform allows you to create sensors which show the trend of numeric `state` or`state_attributes` from other entities. This sensor requires two updates of the underlying sensor to establish a trend - so it can take some time to show an accurate state. It can be useful as part of automations, where you want to base an action on a trend.
To enable Trend binary sensors in your installation, add the following to your `configuration.yaml` file: