From b9f54637f0b02103f8699cd10ad9af704b17fe7b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 23 Feb 2017 12:08:32 +0100 Subject: [PATCH] Minor updates --- source/_components/sensor.ebox.markdown | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/source/_components/sensor.ebox.markdown b/source/_components/sensor.ebox.markdown index 4bb8b381312..606b605ca30 100644 --- a/source/_components/sensor.ebox.markdown +++ b/source/_components/sensor.ebox.markdown @@ -13,12 +13,13 @@ ha_release: 0.39 ha_iot_class: "Cloud Polling" --- - 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 # Example configuration.yaml entry -ensor: +sensor: - platform: ebox username: MYUSERNAME password: MYPASSWORD @@ -26,15 +27,6 @@ ensor: - before_offpeak_download - before_offpeak_upload - before_offpeak_total - - offpeak_download - - offpeak_upload - - offpeak_total - - download - - upload - - total - - balance - - limit - - usage ``` Configuration variables: @@ -53,4 +45,4 @@ Configuration variables: - **total**: Total usage - **balance**: Account balance - **limit**: Limit usage - - **usage**: Percent Usage + - **usage**: Percent usage