mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
Add missing variable
This commit is contained in:
parent
d96a0647da
commit
eae981b514
@ -19,11 +19,12 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: dte_energy_bridge
|
- platform: dte_energy_bridge
|
||||||
ip: 192.168.1.11
|
ip: 192.168.1.11
|
||||||
|
name: DTE Energy
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **ip** (*Required*): The IP address of your bridge.
|
- **ip** (*Required*): The IP address of your bridge.
|
||||||
|
- **name** (*Optional*): Name to use in the frontend.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user