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,7 +19,7 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
```yaml
# Example configuration.yaml entry
binary_sensor:
- platform: apcupsd
platform: apcupsd
name: UPS Online
```

View File

@ -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
```
Configuration variables:
- **ip** (*Required*): The IP address of your bridge.