mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Minor updates
This commit is contained in:
parent
a275e7ceba
commit
b9f54637f0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user