Skip to content

Commit 492e73c

Browse files
authored
Fix hassfest (#62)
* Fix hassfest * Fix iot_class * abc
1 parent cad08e4 commit 492e73c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"domain": "healthchecksio",
33
"name": "Healthchecks.io",
4+
"codeowners": ["@ludeeus"],
5+
"config_flow": true,
46
"documentation": "https://github.com/custom-components/healthchecksio",
7+
"iot_class": "cloud_polling",
58
"issue_tracker": "https://github.com/custom-components/healthchecksio/issues",
6-
"config_flow": true,
7-
"codeowners": [
8-
"@ludeeus"
9-
],
109
"version": "0.0.0"
1110
}

custom_components/healthchecksio/translations/en.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"config": {
3-
"title": "Healthchecks.io",
43
"step": {
54
"user": {
65
"title": "Healthchecks.io",

0 commit comments

Comments
 (0)