From 631c4dcbabc9e709dbc325edc91436923f7685e5 Mon Sep 17 00:00:00 2001 From: Tilman Griesel Date: Sun, 4 Dec 2022 18:08:49 +0100 Subject: [PATCH] Add HACS action --- .github/workflows/HACS_Action.yml | 17 +++++++++++++++++ README.md | 2 +- hacs.json | 4 ++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/HACS_Action.yml create mode 100644 hacs.json diff --git a/.github/workflows/HACS_Action.yml b/.github/workflows/HACS_Action.yml new file mode 100644 index 0000000..2dce769 --- /dev/null +++ b/.github/workflows/HACS_Action.yml @@ -0,0 +1,17 @@ +name: HACS Action + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "theme" diff --git a/README.md b/README.md index df0ca8d..d63d12e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## graphite Home Assistant Theme -Minimalist and calm dark theme for [Home Assistant](https://www.home-assistant.io) +Minimalist and clean dark theme for [Home Assistant](https://www.home-assistant.io) ![ISSUES](https://img.shields.io/github/issues-raw/TilmanGriesel/graphite?style=flat-square) diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..44c7995 --- /dev/null +++ b/hacs.json @@ -0,0 +1,4 @@ +{ + "name": "Minimalist and clean dark theme for Home Assistant", + "render_readme": true +}