From bc5b4919aba9b0668ad7b5f09c2f5d98a318272b Mon Sep 17 00:00:00 2001 From: A-Vibes <67995456+A-Vibes@users.noreply.github.com> Date: Mon, 11 Oct 2021 22:47:29 +1300 Subject: [PATCH] Update switchbot.markdown (#19702) Co-authored-by: Franck Nijhof --- source/_integrations/switchbot.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index cd8da49b3a0..98f347e59a2 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -1,6 +1,6 @@ --- title: SwitchBot -description: Instructions on how to set up SwitchBot switches. +description: Instructions on how to set up SwitchBot Devices. ha_category: - Cover - Switch @@ -29,3 +29,10 @@ There are three attributes available on the SwitchBot entity to give you more in - `last_run_success`: If `true` if the last action sent to the SwitchBot succeeded. This attribute is useful for error trapping when Bluetooth connectivity is intermittent. If `false`, see home-assistant.log for specific error messages. - `Switch mode`: Specifies the mode of the SwitchBot. If `true` the the SwitchBot is in Pull/Retract mode for toggle switches otherwise the bot is in momentary switch mode. - `MAC address`: The BTLE MAC for the device. + +### Error codes and troubleshooting + +{% configuration_basic %} +"Config flow could not be loaded": + description: Possible custom integration conflict, using a different version of PySwitchbot; Try uninstalling the custom integration. +{% endconfiguration_basic %}