From faec85162752ef7e417fb1eb5eb824cf55ef1ed0 Mon Sep 17 00:00:00 2001 From: Nick Kuiper <65495045+NickKoepr@users.noreply.github.com> Date: Wed, 23 Jul 2025 15:14:30 +0200 Subject: [PATCH] Added switch documentation for the blue current integration (#39404) --- source/_integrations/blue_current.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/blue_current.markdown b/source/_integrations/blue_current.markdown index c88b7270063..9199ad2fea2 100644 --- a/source/_integrations/blue_current.markdown +++ b/source/_integrations/blue_current.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Blue Current charge points within ha_category: - Car - Sensor + - Switch ha_release: 2024.1 ha_iot_class: Cloud Push ha_config_flow: true @@ -15,6 +16,7 @@ ha_domain: blue_current ha_platforms: - button - sensor + - switch ha_integration_type: integration --- @@ -77,3 +79,14 @@ The Blue Current integration provides the following buttons: - Reset - Reboot - Stop charge session + +## Switch + +The Blue Current integration provides the following switches: + +- Toggle Plug & Charge + - Allows you to start a session without having to scan a card. +- Toggle linked charging cards only + - When enabled, visitors can't make use of the charge point. Only linked charging cards are allowed. +- Toggle charge point block + - Enables or disables a charge point. \ No newline at end of file