Home Assistant Alerts is a database of alerts for Home Assistant users. Alerts will be able to be tied to integrations, Python versions, Python packages or operating systems.
Install dependencies using yarn
. Then run script/develop
. Dev environment will be available on http://localhost:8080.
Alerts can have the following meta data:
When the alert was created.
When the alert was updated.
Home Assistant versions impacted.
URL of a relevant GitHub issue.
List of impacted integrations combined with version ranges.
List of impacted Python packages combined with version ranges.
Supervisor versions impacted.
Deployments are handled by Netlify, on each merge to master a new site will be built.