From 2202bcbf5484a396f285c051fe336dc4eccbd698 Mon Sep 17 00:00:00 2001 From: hesselonline Date: Tue, 26 Apr 2022 23:28:24 +0200 Subject: [PATCH] Update wallbox.markdown (#22504) Add Switch entity documentation --- source/_integrations/wallbox.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/wallbox.markdown b/source/_integrations/wallbox.markdown index 411389089d3..a1854358eeb 100644 --- a/source/_integrations/wallbox.markdown +++ b/source/_integrations/wallbox.markdown @@ -10,6 +10,7 @@ ha_platforms: - lock - number - sensor + - switch ha_config_flow: true ha_codeowners: - '@hesselonline' @@ -48,3 +49,7 @@ The number entity is only loaded if the supplied username has sufficient rights ## Lock The integration adds a lock entity, allowing you to lock the charger. Please note, this only works with a user with admin rights. + +## Switch + +The integration adds a switch entity, allowing you to pause/resume the charging process.