Send Home Assistant logs to your Seq instance with minimal configuration. The integration is compatible with HACS and can be installed as a custom repository.
- configure the Seq endpoint, API key, SSL verification, and preferred log level directly in the Home Assistant UI,
- forward Home Assistant events to Seq using the built-in logger integration.
- Open HACS and add this repository as a custom integration.
- Install Seq Logger from HACS and restart Home Assistant.
- Navigate to Settings → Devices & Services and add the Seq integration.
- Provide the Seq server URL, optional API key, and choose whether to skip SSL verification.
- Save the configuration to start forwarding Home Assistant logs to Seq instantly.
- Download the repository archive from GitHub by choosing Code → Download ZIP.
- Copy the
custom_components/seqfolder into your Home Assistantconfig/custom_componentsdirectory. - Restart Home Assistant and configure the integration through Settings → Devices & Services.
- Home Assistant 2023.0 or newer,
- Seq server with an API endpoint available for event ingestion.
- Verify the Seq server address is reachable from the Home Assistant host.
- Confirm that the API key has permissions to ingest events.
- Review Home Assistant logs for entries tagged with
custom_components.seq.
This project is distributed under the MIT License.