From 322b1e44696b9660b4980458b78ff2ef4243286e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 9 Jun 2016 09:55:09 +0200 Subject: [PATCH] Minor updates --- source/_components/binary_sensor.apcupsd.markdown | 4 ++-- .../_components/sensor.dte_energy_bridge.markdown | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/source/_components/binary_sensor.apcupsd.markdown b/source/_components/binary_sensor.apcupsd.markdown index e2e1db42d4c..4b3b3f0005d 100644 --- a/source/_components/binary_sensor.apcupsd.markdown +++ b/source/_components/binary_sensor.apcupsd.markdown @@ -19,8 +19,8 @@ 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: diff --git a/source/_components/sensor.dte_energy_bridge.markdown b/source/_components/sensor.dte_energy_bridge.markdown index f135b0864d9..1c2d7999f0f 100644 --- a/source/_components/sensor.dte_energy_bridge.markdown +++ b/source/_components/sensor.dte_energy_bridge.markdown @@ -12,10 +12,18 @@ ha_release: 0.21 ha_iot_class: "Local Polling" --- -A sensor for the DTE Energy Bridge +A sensor platform for the [DTE](https://www.dteenergy.com/) Energy Bridge. + +To enable this sensor, add the following lines to your `configuration.yaml` file: ```yaml +# Example configuration.yaml entry sensor: - platform: dte_energy_bridge - ip: 192.168.1.11 + platform: dte_energy_bridge + ip: 192.168.1.11 ``` + +Configuration variables: + +- **ip** (*Required*): The IP address of your bridge. +