mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 09:17:35 +00:00
Update Ebox sensor component configuration (#7404)
This commit is contained in:
parent
f7499b966f
commit
ebddedaae4
@ -31,20 +31,47 @@ sensor:
|
|||||||
- before_offpeak_total
|
- before_offpeak_total
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): Your EBox username.
|
description: Your EBox username.
|
||||||
- **password** (*Required*): Your EBox password.
|
required: true
|
||||||
- **monitored_variables** array (*Required*): Variables to monitor.
|
type: string
|
||||||
- **before_offpeak_download**: Download before offpeak usage
|
password:
|
||||||
- **before_offpeak_upload**: Upload before offpeak usage
|
description: Your EBox password.
|
||||||
- **before_offpeak_total**: Total before offpeak usage
|
required: true
|
||||||
- **offpeak_download**: Download offpeak usage
|
type: string
|
||||||
- **offpeak_upload**: Upload offpeak usage
|
name:
|
||||||
- **offpeak_total**: Total offpeak usage
|
description: The name of the sensor.
|
||||||
- **download**: Download usage
|
required: false
|
||||||
- **upload**: Upload usage
|
default: EBox
|
||||||
- **total**: Total usage
|
type: string
|
||||||
- **balance**: Account balance
|
monitored_variables:
|
||||||
- **limit**: Limit usage
|
description: Variables to monitor.
|
||||||
- **usage**: Percent usage
|
required: true
|
||||||
|
type: list
|
||||||
|
keys:
|
||||||
|
before_offpeak_download:
|
||||||
|
description: Download before offpeak usage
|
||||||
|
before_offpeak_upload:
|
||||||
|
description: Upload before offpeak usage
|
||||||
|
before_offpeak_total:
|
||||||
|
description: Total before offpeak usage
|
||||||
|
offpeak_download:
|
||||||
|
description: Download offpeak usage
|
||||||
|
offpeak_upload:
|
||||||
|
description: Upload offpeak usage
|
||||||
|
offpeak_total:
|
||||||
|
description: Total offpeak usage
|
||||||
|
download:
|
||||||
|
description: Download usage
|
||||||
|
upload:
|
||||||
|
description: Upload usage
|
||||||
|
total:
|
||||||
|
description: Total usage
|
||||||
|
balance:
|
||||||
|
description: Account balance
|
||||||
|
limit:
|
||||||
|
description: Limit usage
|
||||||
|
usage:
|
||||||
|
description: Percent usage
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user