Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gickowtf committed Nov 5, 2023
2 parents 100be5f + 41323cf commit a94b821
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -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"
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
https://github.com/gickowtf/pixoo-homeassistant/discussions

0 comments on commit a94b821

Please sign in to comment.