Minor updates

This commit is contained in:
Fabian Affolter 2016-06-09 09:55:09 +02:00
parent d144acb9bf
commit 322b1e4469
2 changed files with 13 additions and 5 deletions

View File

@ -19,8 +19,8 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
binary_sensor: binary_sensor:
- platform: apcupsd platform: apcupsd
name: UPS Online name: UPS Online
``` ```
Configuration variables: Configuration variables:

View File

@ -12,10 +12,18 @@ ha_release: 0.21
ha_iot_class: "Local Polling" 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 ```yaml
# Example configuration.yaml entry
sensor: sensor:
platform: dte_energy_bridge platform: dte_energy_bridge
ip: 192.168.1.11 ip: 192.168.1.11
``` ```
Configuration variables:
- **ip** (*Required*): The IP address of your bridge.