Fix example for RESTful binary sensor

sensor type should be binary_sensor here
This commit is contained in:
David Edmundson 2016-02-22 16:13:10 +00:00
parent ccbef55136
commit 3baa232df3

View File

@ -17,7 +17,7 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
sensor:
binary_sensor:
platform: rest
resource: http://IP_ADDRESS/ENDPOINT
method: GET
@ -29,7 +29,7 @@ or for a POST request:
```yaml
# Example configuration.yaml entry
sensor:
binary_sensor:
platform: rest
resource: http://IP_ADDRESS/ENDPOINT
method: POST