Fix variables
This commit is contained in:
parent
be777212c6
commit
1dff23cae3
1 changed files with 4 additions and 4 deletions
|
@ -19,11 +19,11 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
platform: apcupsd
|
- platform: apcupsd
|
||||||
name: UPS Online
|
name: UPS Online
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue