From dae9ef56e379acc215c80c398ab1764cfb6a3e41 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Mon, 2 Dec 2024 08:02:00 +0100 Subject: [PATCH] Convert to details block for troubleshootings (#36091) --- source/_integrations/keymitt_ble.markdown | 13 +++++++------ source/_integrations/switchbot.markdown | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/source/_integrations/keymitt_ble.markdown b/source/_integrations/keymitt_ble.markdown index eba82277308..eacc4a1682b 100644 --- a/source/_integrations/keymitt_ble.markdown +++ b/source/_integrations/keymitt_ble.markdown @@ -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. -{% configuration_basic %} -"Failed to pair": - 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. -"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. -{% endconfiguration_basic %} +{% details "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. +{% enddetails %} + +{% details "No unconfigured devices found" %} +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 %} diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 60921459d41..9e6f2e2aa00 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -166,12 +166,13 @@ cover: The SwitchBot integration will automatically discover devices once the [Bluetooth](/integrations/bluetooth) integration is enabled and functional. -{% 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 %} +{% details "Config flow could not be loaded" %} +Possible custom integration conflict, using a different version of PySwitchbot; Try uninstalling the custom integration. +{% enddetails %} + +{% details "No unconfigured devices found" %} +Make sure your devices are powered on and are in range. +{% enddetails %} ### Slow connection times