From 71f224934098c41c134c16103b827890ad88f676 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Sep 2016 15:59:46 +0200 Subject: [PATCH] Add ha_release --- source/_components/binary_sensor.trend.markdown | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_components/binary_sensor.trend.markdown b/source/_components/binary_sensor.trend.markdown index 739ce499770..404c6a949ef 100644 --- a/source/_components/binary_sensor.trend.markdown +++ b/source/_components/binary_sensor.trend.markdown @@ -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: