GithubHelp home page GithubHelp logo

ntilley905 / alerts.home-assistant.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from home-assistant/alerts.home-assistant.io

0.0 1.0 0.0 477 KB

Home Assistant Alerts

Home Page: https://alerts.home-assistant.io

JavaScript 15.19% TypeScript 84.81%

alerts.home-assistant.io's Introduction

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

Deployment is done with script/deploy. It will build the app and sync it to an s3 bucket.

The s3 bucket needs to be configured for static website hosting with default page index.html.

Under Permissions -> CORS Configuration, add the following:

<CORSConfiguration>
  <CORSRule>
    <AllowedOrigin>*</AllowedOrigin>
    <AllowedMethod>GET</AllowedMethod>
  </CORSRule>
</CORSConfiguration>

alerts.home-assistant.io's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.