325395334a | ||
---|---|---|
.github | ||
.vscode | ||
alerts | ||
computed | ||
layouts | ||
script | ||
static | ||
utils | ||
.devcontainer.json | ||
.eleventy.js | ||
.eleventyignore | ||
.gitignore | ||
.nvmrc | ||
README.md | ||
_headers | ||
index.html | ||
mobile.json | ||
package.json | ||
yarn.lock |
README.md
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.