mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 11:08:59 +00:00
699 B
699 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | DTE Energy Bridge | Instructions how to setup DTE Energy Bridge with Home Assistant. | 2016-06-07 08:10 | true | false | true | true | Energy | 0.21 | Local Polling |
A sensor platform for the DTE Energy Bridge.
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
name: DTE Energy
Configuration variables:
- ip (Required): The IP address of your bridge.
- name (Optional): Name to use in the frontend.