Skip to content

Commit

Permalink
Merge pull request #25 from d03n3rfr1tz3/feature/hass-actions
Browse files Browse the repository at this point in the history
HACS Actions
  • Loading branch information
d03n3rfr1tz3 authored Mar 31, 2024
2 parents c84d18b + 8f44432 commit c95051b
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -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: "integration"
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions manifest.json → custom_components/divoom/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"domain": "divoom",
"name": "Divoom",
"documentation": "https://github.com/d03n3rfr1tz3/hass-divoom/blob/master/README.md",
"requirements": [ "pillow>=7.2.0" ],
"dependencies": [ "bluetooth_adapters" ],
"bluetooth": [
{
"local_name": "Ditoo*"
Expand All @@ -16,6 +13,9 @@
}
],
"codeowners": ["@d03n3rfr1tz3"],
"dependencies": [ "bluetooth_adapters" ],
"documentation": "https://github.com/d03n3rfr1tz3/hass-divoom/blob/master/README.md",
"iot_class": "local_push",
"requirements": [ "pillow>=7.2.0" ],
"version": "1.0.0"
}
File renamed without changes.
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Divoom Bluetooth",
"homeassistant": "2021.1.0",
"render_readme": true
}

0 comments on commit c95051b

Please sign in to comment.