From 2f19be0b10206db8eb94f436fcc2a5703aafc71f Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 30 Aug 2021 12:52:43 -0700 Subject: [PATCH] Add IoTaWatt integration doc (#18787) --- source/_integrations/iotawatt.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/_integrations/iotawatt.markdown diff --git a/source/_integrations/iotawatt.markdown b/source/_integrations/iotawatt.markdown new file mode 100644 index 00000000000..bbf2dda38cc --- /dev/null +++ b/source/_integrations/iotawatt.markdown @@ -0,0 +1,19 @@ +--- +title: IoTaWatt +description: Instructions on how to integrate IoTaWatt into Home Assistant. +ha_release: 2021.9 +ha_category: + - Energy +ha_iot_class: Local Polling +ha_config_flow: true +ha_domain: iotawatt +ha_codeowners: + - '@gtdiehl' +ha_platforms: + - sensor +--- +A sensor platform for the [IoTaWatt](https://www.iotawatt.com/) Open WiFi Electricity Monitor. It +will collect data from the Current Transformer Clamps (Input CTs) and any Outputs that are defined on the IoTaWatt +and create them as sensors in Home Assistant. + +{% include integrations/config_flow.md %}