From 3b3bbb220aba5635eacca74f391cbcb74e18e33e Mon Sep 17 00:00:00 2001 From: hesselonline Date: Wed, 23 Mar 2022 20:30:28 +0100 Subject: [PATCH] Add lock information to wallbox.markdown (#22079) --- source/_integrations/wallbox.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/wallbox.markdown b/source/_integrations/wallbox.markdown index dc99433ae68..4aa731eb01e 100644 --- a/source/_integrations/wallbox.markdown +++ b/source/_integrations/wallbox.markdown @@ -9,6 +9,7 @@ ha_domain: wallbox ha_platforms: - number - sensor + - lock ha_config_flow: true ha_codeowners: - '@hesselonline' @@ -42,3 +43,7 @@ The integration adds the following number entity: - Max Charging Current The number entity is only loaded if the supplied username has sufficient rights to change the Max. Charging Current. + +## Lock + +The integration adds a lock entity, allowing you to lock the charger. Please note, this only works with a user with admin rights.