Skip to content

Commit eae981b

Browse files
committed
Add missing variable
1 parent d96a064 commit eae981b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/_components/sensor.dte_energy_bridge.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
1919
```yaml
2020
# Example configuration.yaml entry
2121
sensor:
22-
platform: dte_energy_bridge
23-
ip: 192.168.1.11
22+
- platform: dte_energy_bridge
23+
ip: 192.168.1.11
24+
name: DTE Energy
2425
```
2526
2627
Configuration variables:
2728
2829
- **ip** (*Required*): The IP address of your bridge.
29-
30+
- **name** (*Optional*): Name to use in the frontend.

0 commit comments

Comments
 (0)