Add class

This commit is contained in:
Fabian Affolter 2016-02-22 09:29:43 +01:00
parent 6202589404
commit 6cb4a57d36
6 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Binary Sensor ha_category: Binary Sensor
ha_iot_class: "Local Polling"
--- ---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Sensor ha_category: Sensor
ha_iot_class: "Local Polling"
--- ---

View File

@ -8,6 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
ha_category: Sensor ha_category: Sensor
ha_iot_class: "Local Push"
--- ---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: glances.png logo: glances.png
ha_category: Sensor ha_category: Sensor
ha_iot_class: "Local Polling"
--- ---

View File

@ -8,6 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
ha_category: Sensor ha_category: Sensor
ha_iot_class: "Local Polling"
--- ---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Switch ha_category: Switch
ha_iot_class: "Local Polling"
--- ---
The `arest` switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, ESP8266 based devices, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework. The `arest` switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, ESP8266 based devices, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.