From 9d78500f8bbd34c4f7151dd52e9d062aaf10fb22 Mon Sep 17 00:00:00 2001 From: Joris Drenth Date: Tue, 25 Feb 2025 21:58:21 +0100 Subject: [PATCH 1/2] Update Wallbox integration docs with solar charging --- source/_integrations/wallbox.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/wallbox.markdown b/source/_integrations/wallbox.markdown index 0e12fa7f4464..a820877b9ae4 100644 --- a/source/_integrations/wallbox.markdown +++ b/source/_integrations/wallbox.markdown @@ -9,6 +9,7 @@ ha_domain: wallbox ha_platforms: - lock - number + - select - sensor - switch ha_config_flow: true @@ -54,6 +55,10 @@ The number {% term entity %} is only loaded if the supplied username has suffici The {% term integration %} adds a lock {% term entity %}, allowing you to lock the charger. Please note, this only works with a user with admin rights. +## Select + +The {% term integration %} adds a select {% term entity %} to control Solar Charging options, allowing you to choose between Eco Mode, Full Solar or disable Solar Charging. + ## Switch The {% term integration %} adds a switch {% term entity %}, allowing you to pause/resume the charging process. From 68c1ede218610190f1e864637192e1174c0bc3a9 Mon Sep 17 00:00:00 2001 From: Joris Drenth Date: Fri, 25 Apr 2025 23:19:13 +0200 Subject: [PATCH 2/2] Update source/_integrations/wallbox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/wallbox.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/wallbox.markdown b/source/_integrations/wallbox.markdown index a820877b9ae4..ee5d5e5d1856 100644 --- a/source/_integrations/wallbox.markdown +++ b/source/_integrations/wallbox.markdown @@ -57,7 +57,7 @@ The {% term integration %} adds a lock {% term entity %}, allowing you to lock t ## Select -The {% term integration %} adds a select {% term entity %} to control Solar Charging options, allowing you to choose between Eco Mode, Full Solar or disable Solar Charging. +The {% term integration %} adds a select {% term entity %} to control solar charging options, allowing you to choose between **Eco mode**, **Full solar**, or **Disable solar charging**. ## Switch