mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Minor updates
This commit is contained in:
parent
d144acb9bf
commit
322b1e4469
@ -19,8 +19,8 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
binary_sensor:
|
||||
- platform: apcupsd
|
||||
name: UPS Online
|
||||
platform: apcupsd
|
||||
name: UPS Online
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -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
|
||||
platform: dte_energy_bridge
|
||||
ip: 192.168.1.11
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **ip** (*Required*): The IP address of your bridge.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user