From 1aca1ac201af00fb54293f1bcaa047a6f0de46b3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 2 Oct 2016 17:18:11 +0200 Subject: [PATCH] Update IoT class --- source/_components/binary_sensor.mysensors.markdown | 1 + source/_components/climate.mysensors.markdown | 1 + source/_components/cover.mysensors.markdown | 1 + source/_components/light.mysensors.markdown | 1 + 4 files changed, 4 insertions(+) diff --git a/source/_components/binary_sensor.mysensors.markdown b/source/_components/binary_sensor.mysensors.markdown index 43b0610fd00..2d1c74226cf 100644 --- a/source/_components/binary_sensor.mysensors.markdown +++ b/source/_components/binary_sensor.mysensors.markdown @@ -10,6 +10,7 @@ footer: true logo: mysensors.png ha_category: Binary Sensor ha_release: 0.14 +ha_iot_class: "Local Push" --- Integrates MySensors binary sensors into Home Assistant. See the [main component] for configuration instructions. diff --git a/source/_components/climate.mysensors.markdown b/source/_components/climate.mysensors.markdown index 0f39382c8b1..1c1ce8cea03 100644 --- a/source/_components/climate.mysensors.markdown +++ b/source/_components/climate.mysensors.markdown @@ -10,6 +10,7 @@ footer: true logo: mysensors.png ha_category: Climate ha_release: 0.29 +ha_iot_class: "Local Push" --- Integrates MySensors HVAC into Home Assistant. See the [main component] for configuration instructions. diff --git a/source/_components/cover.mysensors.markdown b/source/_components/cover.mysensors.markdown index 15e87371017..c94ec4f57fb 100644 --- a/source/_components/cover.mysensors.markdown +++ b/source/_components/cover.mysensors.markdown @@ -10,6 +10,7 @@ footer: true logo: mysensors.png ha_category: Cover ha_release: "0.30" +ha_iot_class: "Local Push" --- Integrates MySensors covers into Home Assistant. See the [main component] for configuration instructions. diff --git a/source/_components/light.mysensors.markdown b/source/_components/light.mysensors.markdown index dbf689f0362..25abcbc9cfa 100644 --- a/source/_components/light.mysensors.markdown +++ b/source/_components/light.mysensors.markdown @@ -10,6 +10,7 @@ footer: true logo: mysensors.png ha_category: Light ha_release: 0.13 +ha_iot_class: "Local Push" --- Integrates MySensors lights into Home Assistant. See the [main component] for configuration instructions.