From e59eac907b387bb6b6e53ee9107ad9a9482449f9 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Wed, 5 Aug 2020 13:38:40 +0100 Subject: [PATCH] Add OVO Energy Integration Docs (#13583) Co-authored-by: Franck Nijhof --- source/_integrations/ovo_energy.markdown | 33 ++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/_integrations/ovo_energy.markdown diff --git a/source/_integrations/ovo_energy.markdown b/source/_integrations/ovo_energy.markdown new file mode 100644 index 00000000000..fa9aeeb84a1 --- /dev/null +++ b/source/_integrations/ovo_energy.markdown @@ -0,0 +1,33 @@ +--- +title: OVO Energy +description: Instructions on how to integrate OVO Energy with Home Assistant. +ha_category: + - Energy + - Sensor +ha_release: 0.114 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - "@timmo001" +ha_domain: ovo_energy +--- + +The `ovo_energy` integration allows you to monitor your energy consumption data +in Home Assistant. + +## Configuration + +Menu: **Configuration** -> **Integrations**. + +Click on the `+` sign to add an integration and click on **OVO Energy**. +After completing the configuration flow, the OVO Energy integration will be +available. + +## Sensors + +This integration provides a few sensors for OVO Energy: + +- Last Electricity Reading - Last meter reading consumption in kWh. +- Last Gas Reading - Last meter reading consumption in kWh. +- Last Electricity Cost - Last meter reading electricity cost. +- Last Gas Cost - Last meter reading gas cost.