architecture
architecture copied to clipboard
Repo to discuss Home Assistant architecture
## Context The current calendar component does not contain a "status" field for events. https://www.rfc-editor.org/rfc/rfc5545#section-3.8.1.11 ## Proposal Add a new attribute `status` to the CalendarEvent class. There is a PR...
Since we do not test against older versions of SQLite, they are a terrible user experience, and we keep [finding problems](https://github.com/home-assistant/core/pull/104296) Update the minimum SQLite version to 3.40.1 which is...
Add ADR-0022 - Integration Quality Scale