From 57df77a0177b76c09e827ccd40b231156f9903c6 Mon Sep 17 00:00:00 2001 From: Michael Arthur Date: Tue, 25 Jul 2023 20:51:51 +1200 Subject: [PATCH] Add Electric Kiwi documentation (#25332) Co-authored-by: Michael Arthur Co-authored-by: Franck Nijhof --- source/_integrations/electric_kiwi.markdown | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_integrations/electric_kiwi.markdown diff --git a/source/_integrations/electric_kiwi.markdown b/source/_integrations/electric_kiwi.markdown new file mode 100644 index 00000000000..b232d75bafe --- /dev/null +++ b/source/_integrations/electric_kiwi.markdown @@ -0,0 +1,25 @@ +--- +title: Electric Kiwi +description: Instructions on how to set up the Electric Kiwi service in Home Assistant. +ha_category: + - Energy +ha_release: "2023.8" +ha_iot_class: Cloud Polling +ha_codeowners: + - '@mikey0000' +ha_domain: electric_kiwi +ha_config_flow: true +ha_platforms: + - sensor +ha_integration_type: service +--- + +[Electric Kiwi](https://www.electrickiwi.co.nz/) is an independent power and broadband company in New Zealand, offering variable rates for peak, shoulder, and off-peak pricing with a selectable hour of free power. This integration uses the official [Electric Kiwi API](https://developer.electrickiwi.co.nz) to get your account balance and show and select the hour of free power. + +{% include integrations/config_flow.md %} + +
+ +The configuration uses `client_id` and `client_secret` provided to Home Assistant, so all you need to do is install the integration and authenticate using your account credentials. + +