Update switchbot.markdown (#19702)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
A-Vibes 2021-10-11 22:47:29 +13:00 committed by GitHub
parent 1037d3af6b
commit bc5b4919ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
--- ---
title: SwitchBot title: SwitchBot
description: Instructions on how to set up SwitchBot switches. description: Instructions on how to set up SwitchBot Devices.
ha_category: ha_category:
- Cover - Cover
- Switch - 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. - `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. - `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. - `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 %}