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 %}