Home Assistant Alerts
Go to file
dependabot[bot] 773e1bfa37
Bump ejs from 3.1.9 to 3.1.10 (#632)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:22:51 +02:00
.github Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
.vscode Adds a simple devcontainer for local testing (#5) 2019-08-19 11:24:00 -07:00
alerts Improve UniFi Protect alert wording (#630) 2024-03-22 11:22:03 +01:00
computed Restructure computed files (#599) 2022-12-14 11:11:56 +01:00
layouts Update Home Assistant logo (#621) 2023-10-07 07:45:33 -04:00
script Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
static Update Home Assistant logo (#621) 2023-10-07 07:45:33 -04:00
utils Move fileSlug as id to index json (#600) 2022-12-14 11:17:41 -05:00
.devcontainer.json Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
.eleventy.js Restructure computed files (#599) 2022-12-14 11:11:56 +01:00
.eleventyignore Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
.gitignore Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
.nvmrc Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
README.md Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
_headers Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
index.html Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
mobile.json Convert to 11ty (#594) 2022-12-12 19:29:24 +01:00
package.json Bump @11ty/eleventy from 2.0.0 to 2.0.1 (#610) 2023-04-03 09:42:42 +02:00
yarn.lock Bump ejs from 3.1.9 to 3.1.10 (#632) 2024-05-06 19:22:51 +02:00

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.