Move to DIY category (#6168)

This commit is contained in:
Fabian Affolter 2018-09-02 21:25:10 +02:00 committed by GitHub
parent 81be88e5f2
commit 024ea83d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 7 deletions

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Binary Sensor ha_category: DIY
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
ha_release: 0.9 ha_release: 0.9
--- ---
@ -16,6 +16,8 @@ ha_release: 0.9
The `arest` binary sensor platform allows you to get all data from your devices (like Arduinos with an ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework. The `arest` binary sensor platform allows you to get all data from your devices (like Arduinos with an ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
## {% linkable_title Configuration %}
To use your aREST binary sensor in your installation, add the following to your `configuration.yaml` file: To use your aREST binary sensor in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -8,13 +8,15 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: beaglebone-black.png logo: beaglebone-black.png
ha_category: Binary Sensor ha_category: DIY
ha_release: 0.37 ha_release: 0.37
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
The `bbb_gpio` binary sensor platform allows you to read sensor values of the GPIOs of your [BeagleBone Black](https://beagleboard.org/black). The `bbb_gpio` binary sensor platform allows you to read sensor values of the GPIOs of your [BeagleBone Black](https://beagleboard.org/black).
## {% linkable_title Configuration %}
To use your BeagleBone Black's GPIO in your installation, add the following to your `configuration.yaml` file: To use your BeagleBone Black's GPIO in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Sensor ha_category: DIY
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
ha_release: pre 0.7 ha_release: pre 0.7
--- ---
@ -16,6 +16,8 @@ ha_release: pre 0.7
The `arest` sensor platform allows you to get all data from your devices (like Arduinos with a Ethernet/Wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework. The `arest` sensor platform allows you to get all data from your devices (like Arduinos with a Ethernet/Wifi connection, the ESP8266, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
## {% linkable_title Configuration %}
To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file: To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: raspberry-pi.png logo: raspberry-pi.png
ha_category: Sensor ha_category: DIY
ha_release: 0.48 ha_release: 0.48
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
@ -20,6 +20,8 @@ Tested devices:
- [Raspberry Pi](https://www.raspberrypi.org/) - [Raspberry Pi](https://www.raspberrypi.org/)
## {% linkable_title Configuration %}
To use your BME280 sensor in your installation, add the following to your `configuration.yaml` file: To use your BME280 sensor in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -8,7 +8,7 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: raspberry-pi.png logo: raspberry-pi.png
ha_category: Sensor ha_category: DIY
ha_release: 0.62 ha_release: 0.62
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---

View File

@ -8,13 +8,15 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: arest.png logo: arest.png
ha_category: Switch ha_category: DIY
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
ha_release: 0.16 ha_release: 0.16
--- ---
The `arest` switch platform allows you to toggle pins of your devices (like Arduino boards with an 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 an Ethernet/Wifi connection, ESP8266 based devices, and the Raspberry Pi) running the [aREST](http://arest.io/) RESTful framework.
## {% linkable_title Configuration %}
To use your aREST enabled device with pins in your installation, add the following to your `configuration.yaml` file: To use your aREST enabled device with pins in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -8,13 +8,15 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: beaglebone-black.png logo: beaglebone-black.png
ha_category: Switch ha_category: DIY
ha_release: 0.36 ha_release: 0.36
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
--- ---
The `bbb_gpio` switch platform allows you to control the GPIOs of your [BeagleBone Black](https://beagleboard.org/black). The `bbb_gpio` switch platform allows you to control the GPIOs of your [BeagleBone Black](https://beagleboard.org/black).
## {% linkable_title Configuration %}
To use yourBeagleBone Black's GPIO in your installation, add the following to your `configuration.yaml` file: To use yourBeagleBone Black's GPIO in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml

View File

@ -16,6 +16,8 @@ ha_iot_class: "Local Polling"
The `zabbix` component is the main component to connect to a [Zabbix](http://www.zabbix.com/) monitoring instance via the Zabbix API. The `zabbix` component is the main component to connect to a [Zabbix](http://www.zabbix.com/) monitoring instance via the Zabbix API.
## {% linkable_title Configuration %}
To set the Zabbix component up, add the following information to your `configuration.yaml` file: To set the Zabbix component up, add the following information to your `configuration.yaml` file:
```yaml ```yaml