Add missing variable

This commit is contained in:
Fabian Affolter 2016-08-20 19:36:31 +02:00
parent d96a0647da
commit eae981b514
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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.