From d147aef2767c3e56abae82ff498a8eab317e06af Mon Sep 17 00:00:00 2001 From: Blender3D <452469+Blender3D@users.noreply.github.com> Date: Mon, 25 Sep 2017 17:36:15 -0400 Subject: [PATCH] Add hardware version to DTE Energy Bridge docs (#3369) * Add hardware version to DTE Energy Bridge docs Updated documentation to include the hardware revision in the configuration. * Keep configuration sample minimal --- source/_components/sensor.dte_energy_bridge.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.dte_energy_bridge.markdown b/source/_components/sensor.dte_energy_bridge.markdown index d3f1a4db978..c79c4b73a0c 100644 --- a/source/_components/sensor.dte_energy_bridge.markdown +++ b/source/_components/sensor.dte_energy_bridge.markdown @@ -13,7 +13,10 @@ ha_release: 0.21 ha_iot_class: "Local Polling" --- -A sensor platform for the [DTE](https://www.dteenergy.com/) Energy Bridge. +A sensor platform for the [DTE](https://www.dteenergy.com/) Energy Bridge. To find out which version of the DTE Energy Bridge sensor you have, find the status LED on your box. + + - If the status LED is on the top, you have a v1. + - If the status LED is on the front, you have a v2. To enable this sensor, add the following lines to your `configuration.yaml` file: @@ -28,3 +31,4 @@ Configuration variables: - **ip** (*Required*): The IP address of your bridge. - **name** (*Optional*): Name to use in the frontend. +- **version** (*Optional*): Hardware version of the sensor. Defaults to 1.