diff --git a/Gemfile.lock b/Gemfile.lock index efef9759d12..5767bda7d27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) chunky_png (1.4.0) colorator (1.1.0) - commonmarker (0.23.7) + commonmarker (0.23.8) compass (1.0.3) chunky_png (~> 1.2) compass-core (~> 1.0.2) diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index 4f88f797e4b..c12d7ecd52a 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -120,6 +120,7 @@ There is currently no supported method to install these patch files when using H - IOGEAR GBU521W6 (BCM20702A0) - INSIGNIA NS-PCY5BMA (BCM20702A0) - Kinivo BTD-400 (BCM20702A0) +- LM Technologies LM506 (BCM20702A1) - LM Technologies LM1010 (BCM20702A0) 📶 - Plugable USB-BT4LE (BCM20702A0) - SoundBot SB342 (BCM20702A0) @@ -171,6 +172,7 @@ These adapters do not have a reset pin. If they stop responding, there is curren - ISEKIE KW-B3519 (RTL8761BU) - Maxuni BT-501 (RTL8761BU) - MPOW BH45A (RTL8761BU) +- Plugable USB-BT5 (RTL8761BU) - StarTech USBA-BLUETOOTH-V5-C2 (RTL8761BU) - SUMEE BT501 (RTL8761BU) - UGREEN CM390 (RTL8761BU) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index d6eed164f72..a6bc6c19cc2 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -227,15 +227,6 @@ Call the service `recorder.disable` to stop saving events and states to the data Call the service `recorder.enable` to start again saving events and states to the database. This is the opposite of `recorder.disable`. -## Recommended engines and minimum versions - -The following database engines are tested when major changes are made to the recorder. Other database engines do not have an active core maintainer at this time and may require additional work to maintain. - -- SQLite ≥ 3.32.1 -- MariaDB ≥ 10.3 -- MySQL ≥ 8.0 -- PostgreSQL ≥ 12 - ## Custom database engines Here are examples to use with the [`db_url`](#db_url) configuration option. @@ -335,6 +326,10 @@ Not all Python bindings for the chosen database engine can be installed directly ### MariaDB and MySQL +