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. +