Fix variables

This commit is contained in:
Fabian Affolter 2016-08-24 09:28:53 +02:00
parent be777212c6
commit 1dff23cae3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -19,11 +19,11 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
binary_sensor:
platform: apcupsd
name: UPS Online
- platform: apcupsd
name: UPS Online
```
Configuration variables:
- **resource** (*Required*): The resource or endpoint that contains the value.
- **method** (*Optional*): The method of the request. Default is GET.
- **name** (*Optional*): Name to use in the front end.