mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +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
|
```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:
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user