From 0dc1e3eb7b4e225e19ddd99aec3277385bdfc7a1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 4 May 2024 17:35:55 -0500 Subject: [PATCH] Add Intelligent Storage Acceleration https://github.com/home-assistant/core/pull/116814 --- source/_integrations/isal.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_integrations/isal.markdown diff --git a/source/_integrations/isal.markdown b/source/_integrations/isal.markdown new file mode 100644 index 000000000000..8c392df122de --- /dev/null +++ b/source/_integrations/isal.markdown @@ -0,0 +1,26 @@ +--- +title: Intelligent Storage Acceleration +description: Intelligent Storage Acceleration +ha_release: 2024.6 +ha_category: + - Other +ha_codeowners: + - '@bdraco' +ha_domain: isal +ha_integration_type: system +ha_quality_scale: internal +ha_iot_class: Local Push +--- + +Intelligent Storage Acceleration (`isal`) is used for accelerating `aiohttp`. `zlib` is be a bottleneck for `aiohttp`, especially for websocket connections. + +## Configuration + +Configuration of this integration only applies to core install types. Container based installs already have `isal` pre-installed and no action is required. + +If your system supports [`isal`](https://github.com/pycompression/python-isal), it can be enabled with the following configuration: + +```yaml +# Example configuration.yaml entry +isal: +``` \ No newline at end of file