Minor updates
This commit is contained in:
parent
d144acb9bf
commit
322b1e4469
2 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue