From 442448a9ac53a7f6bd0eaae32b06cdb28781c7cc Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Tue, 15 Aug 2023 16:06:20 -0400 Subject: [PATCH] Add docs for Enphase number entities (#28587) * Add docs for Enphase number entities * Update source/_integrations/enphase_envoy.markdown Co-authored-by: Joost Lekkerkerker --------- Co-authored-by: Joost Lekkerkerker --- source/_integrations/enphase_envoy.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/enphase_envoy.markdown b/source/_integrations/enphase_envoy.markdown index 87e87886a7e..33aaa1e3b8c 100644 --- a/source/_integrations/enphase_envoy.markdown +++ b/source/_integrations/enphase_envoy.markdown @@ -16,6 +16,7 @@ ha_codeowners: ha_platforms: - binary_sensor - diagnostics + - number - select - sensor - switch @@ -57,4 +58,4 @@ The Enphase Enpower has 4 load shedding relays that can be used to control non-e When the mode entity is set to standard, you can simply set the state of the relay to be powered or not powered for each mode of operation: on grid, off grid, and on generator. ### Battery Level -When the relay mode is set to battery level, the relays will turn on and off based on the remaining battery level of your Encharge batteries. Currently, target battery levels must be set using the Enphase Enlighten app. +When the relay mode is set to battery level, the relays will turn on and off based on the remaining battery level of your Encharge batteries. Two number entities are available to control the cutoff and restore levels for the relays. When the battery level drops below the cutoff level, the relays will turn off. When the battery level rises above the restore level, the relays will turn back on.