All Projects → home-assistant → alerts.home-assistant.io

home-assistant / alerts.home-assistant.io

Licence: other
Home Assistant Alerts

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

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.

The goal will be to integrate this into Home Assistant so that users can subscribe to alerts that impact their installation. It will also function as a standalone website too.

Development

Install dependencies using yarn. Then run script/develop. Dev environment will be available on http://localhost:5000 and at http://localhost:5000/demo_alert_link.html.

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.

Deployment

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].