Minor updates

This commit is contained in:
Fabian Affolter 2017-02-23 12:08:32 +01:00
parent a275e7ceba
commit b9f54637f0
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -13,12 +13,13 @@ ha_release: 0.39
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
Integrate your [EBox](https://client.ebox.ca/) account information into Home Assistant. Integrate your [EBox](https://client.ebox.ca/) account information into Home Assistant.
To use your EBox sensor in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
ensor: sensor:
- platform: ebox - platform: ebox
username: MYUSERNAME username: MYUSERNAME
password: MYPASSWORD password: MYPASSWORD
@ -26,15 +27,6 @@ ensor:
- before_offpeak_download - before_offpeak_download
- before_offpeak_upload - before_offpeak_upload
- before_offpeak_total - before_offpeak_total
- offpeak_download
- offpeak_upload
- offpeak_total
- download
- upload
- total
- balance
- limit
- usage
``` ```
Configuration variables: Configuration variables:
@ -53,4 +45,4 @@ Configuration variables:
- **total**: Total usage - **total**: Total usage
- **balance**: Account balance - **balance**: Account balance
- **limit**: Limit usage - **limit**: Limit usage
- **usage**: Percent Usage - **usage**: Percent usage