Skip to content

Commit e6e7eaa

Browse files
committed
2 parents 3e6a6b9 + 7656bd1 commit e6e7eaa

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/hassfest.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Validate with hassfest
2+
3+
on:
4+
push:
5+
pull_request:
6+
release:
7+
schedule:
8+
- cron: "0 0 * * *"
9+
10+
jobs:
11+
validate:
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- uses: "actions/checkout@v2"
15+
- uses: home-assistant/actions/hassfest@master

custom_components/easycontrols/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"domain": "easycontrols",
33
"name": "Helios Easy Controls",
4+
"iot_class": "local_polling",
45
"documentation": "https://github.com/laszlojakab/homeassistant-easycontrols#usage",
56
"issue_tracker": "https://github.com/laszlojakab/homeassistant-easycontrols/issues",
67
"dependencies": [],

0 commit comments

Comments
 (0)