Skip to content

Commit b44ee24

Browse files
committed
Compatibility with HACS
1 parent 1d0aa56 commit b44ee24

6 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github/workflows/validate.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
workflow_dispatch:
9+
10+
jobs:
11+
validate-hacs:
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- uses: "actions/checkout@v3"
15+
- name: HACS validation
16+
uses: "hacs/action@main"
17+
with:
18+
category: integration

entity_resolver.py renamed to custom_components/lightcast/entity_resolver.py

File renamed without changes.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"domain": "lightcast",
33
"name": "Light Cast",
44
"codeowners": ["@relvacode"],
5-
"dependencies": [],
65
"requirements": ["aiohttp", "colorgram.py"],
76
"documentation": "https://github.com/relvacode/LightCast#readme",
87
"issue_tracker": "https://github.com/relvacode/LightCast/issues",

media_player.py renamed to custom_components/lightcast/media_player.py

File renamed without changes.

0 commit comments

Comments
 (0)