Skip to content

Commit d02ee25

Browse files
author
Daniel Mason
committed
feat: new way of entity registration
1 parent 24ca708 commit d02ee25

File tree

10 files changed

+759
-736
lines changed

10 files changed

+759
-736
lines changed

.github/workflows/validate.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Validate
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
validate-hacs:
8+
runs-on: "ubuntu-latest"
9+
steps:
10+
- name: HACS validation
11+
uses: "hacs/action@main"
12+
with:
13+
category: "integration"

custom_components/mqtt_code/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

custom_components/mqtt_code/manifest.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)