Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_integrations/isal.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ha_iot_class: Local Polling

## Configuration

Configuration of this integration only applies to Home Assistant Core installations types. Home Assistant Container, Home Assistant Supervisor, and Home Assistant Operation System installs already have `isal` pre-installed, and no action is required.
{% term "Home Assistant Operating System" %} and {% term "Home Assistant Container" %} installations 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:
If for some reason you have removed it, and your system supports [`isal`](https://github.com/pycompression/python-isal), it can be enabled with the following configuration:
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "If for some reason you have removed it" is awkward and unclear. The original text referred to "Home Assistant Core installations" which could manually install isal. The new text doesn't clarify who the audience is for this configuration section or under what circumstances someone would need to manually enable it.

Consider revising to clarify when manual configuration is needed, for example: "For manual installations or if isal has been removed, you can enable it with the following configuration:" or "If you need to manually install isal, and your system supports it, you can enable it with the following configuration:"

Suggested change
If for some reason you have removed it, and your system supports [`isal`](https://github.com/pycompression/python-isal), it can be enabled with the following configuration:
For manual installations, or if you have removed `isal` and your system supports [`isal`](https://github.com/pycompression/python-isal), you can enable it with the following configuration:

Copilot uses AI. Check for mistakes.

```yaml
# Example configuration.yaml entry
Expand Down