From 9a655913efde7863905ebfdaa0efdecc910c1eb5 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 27 Dec 2023 20:02:15 +0000 Subject: [PATCH] Documentation updates with entities --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 14960fa..1c2772d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ This has only be tested with an Ohme Home Pro and does not currently support soc It's still very early in development but I plan to add more sensors and support for pausing/resuming charge. +## Entities +This integration exposes the following entities: + +* Binary Sensors + * Car Connected - On when a car is plugged in + * Car Charging - On when a car is connected and drawing power +* Sensors + * Power Draw (Watts) - Power draw of connected car + * Accumulative Energy Usage (kWh) - Total energy used by the charger +* Switches - These are only functional when a car is connected + * Max Charge - Forces the connected car to charge regardless of set schedule + * Pause Charge - Pauses an ongoing charge + ## Installation ### HACS