aREST sensor

Hi,
I was tested the Home Assistant with aREST sensor capabilities and find out wrong example code. After several trials the following code seems to work, I suggest to update the site to save users time, of course the names may be changed with some more friendly or more clear if case:

[code]sensor 21:
platform: arest
resource: http://192.168.1.100
name: Room21
monitored_variables:
- name: temperature
unit_of_measurement: ‘°C’
- name: humidity
unit_of_measurement: ‘%’
pins:
3:
name: p3
A0:
name: A0
unit_of_measurement: “ca”
correction_factor: 0.01
decimal_places: 1

sensor 22:
platform: arest
resource: http://192.168.1.100
name: Room22
pins:
2:
name: p2[/code]

The aREST sensor is updated in ~ 1 minute.
Thank you

In the example the indent level is wrong. Will be fixed by the next deployment of the website. Thanks.