mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update details
This commit is contained in:
parent
17a37c7ad5
commit
b3cafec7d6
@ -10,7 +10,7 @@ footer: true
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/arest.png' class='brand pull-right' />
|
||||
The arest switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, the ESP8266, 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.
|
||||
|
||||
To use your aREST enabled device in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
@ -28,7 +28,7 @@ switch:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **resource** (*Required*): IP address and schema of the device that is exposing an aREST API, e.g. http://192.168.1.10.
|
||||
- **resource** (*Required*): IP address and schema of the device that is exposing an aREST API, eg. http://192.168.1.10.
|
||||
- **pins** (*Required*): An array with all used pins of your board.
|
||||
- **name** (*Required*): The name of the pin you wish to toggle.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user