From da0150407ba3aea50c01df1e15d8038837537e65 Mon Sep 17 00:00:00 2001 From: gickowtf <47464154+gickowtf@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:00:44 +0100 Subject: [PATCH 1/3] Create validate.yml --- .github/workflows/validate.yml | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..61ec2d6 --- /dev/null +++ b/.github/workflows/validate.yml @@ -0,0 +1,35 @@ +name: "Validate" + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + push: + branches: + - "main" + pull_request: + branches: + - "main" + +jobs: + hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest + name: "Hassfest Validation" + runs-on: "ubuntu-latest" + steps: + - name: "Checkout the repository" + uses: "actions/checkout@v4" + + - name: "Run hassfest validation" + uses: "home-assistant/actions/hassfest@master" + + hacs: # https://github.com/hacs/action + name: "HACS Validation" + runs-on: "ubuntu-latest" + steps: + - name: "Checkout the repository" + uses: "actions/checkout@v4" + + - name: "Run HACS validation" + uses: "hacs/action@main" + with: + category: "integration" From a3439a6b8607aad8087ecaad349b8ccd261f316f Mon Sep 17 00:00:00 2001 From: gickowtf <47464154+gickowtf@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:05:01 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a98d3..6dfc418 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ sensor: | images | not required | | image | Path to the image including file name .png preferred | | position | The text position on a XY axis at 64x64 pixel | + If you have any further questions, I will be happy to help. ## Planned updates @@ -65,4 +66,4 @@ If you are interested in helping with the project I would love to hear from you. ## Discussions I would be happy if you present your configuration.yaml in the Discussions area -https://github.com/gickowtf/pixoo-homeassistant/discussions \ No newline at end of file +https://github.com/gickowtf/pixoo-homeassistant/discussions From 41323cfdfca77d0604f7310e4e4c9bd070226b3c Mon Sep 17 00:00:00 2001 From: gickowtf <47464154+gickowtf@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:05:53 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfc418..c1517b6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Custom component for easy use of a Pixoo64 within Home Assistant ## Installation 1. Install this integration with HACS (adding repository required), or copy the contents of this -repository into the `custom_components/random_entity` directory. +repository into the `custom_components/pixoo-homeassistant` directory. 2. Restart Home Assistant. Now edit your configuration.yaml