From 1dff23cae3f869226803e3c4e365839a30ed3ebc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 24 Aug 2016 09:28:53 +0200 Subject: [PATCH] Fix variables --- source/_components/binary_sensor.apcupsd.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/binary_sensor.apcupsd.markdown b/source/_components/binary_sensor.apcupsd.markdown index 4b3b3f0005d..663e63031b2 100644 --- a/source/_components/binary_sensor.apcupsd.markdown +++ b/source/_components/binary_sensor.apcupsd.markdown @@ -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.