Skip to content

Add support for handling SubscribeLogsRequests to allow logs to be sent to and displayed in Home Assistant#75

Merged
brownard merged 1 commit intomasterfrom
Add_support_for_sending_logs_to_connected_clients
Mar 30, 2026
Merged

Add support for handling SubscribeLogsRequests to allow logs to be sent to and displayed in Home Assistant#75
brownard merged 1 commit intomasterfrom
Add_support_for_sending_logs_to_connected_clients

Conversation

@brownard
Copy link
Copy Markdown
Owner

  • Add a logger interface for a component that can return SubscribeLogsResponse messages for logs
  • Implement a Timber tree that implements Logger and can be used to return messages logged through Timber

Closes #74

@brownard brownard force-pushed the Add_support_for_sending_logs_to_connected_clients branch from b28583d to 0bdf363 Compare March 30, 2026 21:49
…istant to allow logs to be sent to and displayed in Home Assistant

- Add a logger interface for a component that can return SubscribeLogsResponse messages for logs
- Implement a Timber tree that implements Logger and can be used to return messages logged through Timber
- Update README with link to instructions for enabling logs

Closes #74
@brownard brownard force-pushed the Add_support_for_sending_logs_to_connected_clients branch from 0bdf363 to 929629a Compare March 30, 2026 21:51
@brownard brownard merged commit 929629a into master Mar 30, 2026
1 check passed
@brownard brownard deleted the Add_support_for_sending_logs_to_connected_clients branch March 30, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for sending logs to Home Assistant

1 participant