home-assistant.io/source/_integrations/dte_energy_bridge.markdown
2020-04-15 21:51:05 -06:00

1005 B

title, description, ha_category, ha_release, ha_iot_class, ha_domain
title description ha_category ha_release ha_iot_class ha_domain
DTE Energy Bridge Instructions on how to setup DTE Energy Bridge with Home Assistant.
Energy
0.21 Local Polling dte_energy_bridge

A sensor platform for the DTE 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:

# Example configuration.yaml entry
sensor:
  - platform: dte_energy_bridge
    ip: 192.168.1.11

{% configuration %} ip: description: The IP address of your bridge. required: true type: string name: description: Name to use in the frontend. required: false type: string version: description: Hardware version of the sensor. required: false type: string default: 1 {% endconfiguration %}