2.7 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_config_flow, ha_integration_type
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ha_platforms | ha_config_flow | ha_integration_type | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SwitchBot | Instructions on how to set up SwitchBot Devices. |
|
0.78 | Local Polling |
|
switchbot |
|
true | integration |
The SwitchBot integration allows you to control SwitchBot devices.
Prerequisites
In order to use this integration, it is required to have working Bluetooth set up on the device running Home Assistant. A SwitchBot Hub is not required for this integration.
In order to set up this integration, you need to get the BTLE MAC address of your device. You can find the address for your device using the following steps:
- Open the SwitchBot app.
- Open device settings.
- Click on "Device Info".
- Write down the BTLE MAC address of your device.
Please note, device names configured in the SwitchBot app are not transferred into Home Assistant.
{% include integrations/config_flow.md %}
SwitchBot Entity
There are three attributes available on the SwitchBot entity to give you more information about your device.
last_run_success
: Iftrue
if the last action sent to the SwitchBot succeeded. This attribute is useful for error trapping when Bluetooth connectivity is intermittent. Iffalse
, see home-assistant.log for specific error messages.Switch mode
: Specifies the mode of the SwitchBot. Iftrue
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.
SwitchBot Options
There are four options that can be configured for the SwitchBot entities. Setting any of these options will apply to all of your SwitchBot devices.
Time between updates (seconds)
: Increase/Decrease the update interval for the device. (Could impact battery life)Retry count
: How many times to retry sending commands and retry polling your SwitchBot devices.Timeout between retries
: How long to wait before retries.How long to scan for advertisement data
: Bluetooth LE uses advertisement data for device statuses and/or attributes. This setting specifies how long the scan should run.
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. "No unconfigured devices found": description: Make sure your devices are powered on and are in range. {% endconfiguration_basic %}