Home Assistant Alerts

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.

Development

Install dependencies using yarn. Then run script/develop. Dev environment will be available on http://localhost:8080.

Alert metadata

Alerts can have the following meta data:

Created (required)

When the alert was created.

Updated (optional)

When the alert was updated.

Home Assistant (required)

Home Assistant versions impacted.

GitHub issue (optional)

URL of a relevant GitHub issue.

Integrations (optional)

List of impacted integrations combined with version ranges.

Python packages (optional)

List of impacted Python packages combined with version ranges.

Supervisor (optional)

Supervisor versions impacted.

Deployment

Deployments are handled by Netlify, on each merge to master a new site will be built.