mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update switchbot.markdown (#19702)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
1037d3af6b
commit
bc5b4919ab
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user