mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Convert to details block for troubleshootings (#36091)
This commit is contained in:
parent
f5b68e0029
commit
dae9ef56e3
@ -53,9 +53,10 @@ The integration will automatically discover devices once the [Bluetooth](/integr
|
|||||||
|
|
||||||
Due to the device going into deep sleep after extended periods of no activity, the response time can be up to a minute in extreme cases. On average it will be much quicker.
|
Due to the device going into deep sleep after extended periods of no activity, the response time can be up to a minute in extreme cases. On average it will be much quicker.
|
||||||
|
|
||||||
{% configuration_basic %}
|
{% details "Failed to pair" %}
|
||||||
"Failed to pair":
|
Make sure your devices are powered on, in range, and in pairing mode. Pressing the button on the MicroBot Push to take it out of deep sleep may also be beneficial.
|
||||||
description: Make sure your devices are powered on, in range, and in pairing mode. Pressing the button on the MicroBot Push to take it out of deep sleep may also be beneficial.
|
{% enddetails %}
|
||||||
"No unconfigured devices found":
|
|
||||||
description: Make sure your devices are powered on, in range, and in pairing mode. Pressing the button on the MicroBot Push to take it out of deep sleep may also be beneficial.
|
{% details "No unconfigured devices found" %}
|
||||||
{% endconfiguration_basic %}
|
Make sure your devices are powered on, in range, and in pairing mode. Pressing the button on the MicroBot Push to take it out of deep sleep may also be beneficial.
|
||||||
|
{% enddetails %}
|
||||||
|
@ -166,12 +166,13 @@ cover:
|
|||||||
|
|
||||||
The SwitchBot integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional.
|
The SwitchBot integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional.
|
||||||
|
|
||||||
{% configuration_basic %}
|
{% details "Config flow could not be loaded" %}
|
||||||
"Config flow could not be loaded":
|
Possible custom integration conflict, using a different version of PySwitchbot; Try uninstalling the custom integration.
|
||||||
description: Possible custom integration conflict, using a different version of PySwitchbot; Try uninstalling the custom integration.
|
{% enddetails %}
|
||||||
"No unconfigured devices found":
|
|
||||||
description: Make sure your devices are powered on and are in range.
|
{% details "No unconfigured devices found" %}
|
||||||
{% endconfiguration_basic %}
|
Make sure your devices are powered on and are in range.
|
||||||
|
{% enddetails %}
|
||||||
|
|
||||||
### Slow connection times
|
### Slow connection times
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user