Skip to content

Commit

Permalink
Fix hassfest (#62)
Browse files Browse the repository at this point in the history
* Fix hassfest

* Fix iot_class

* abc
  • Loading branch information
ludeeus authored Jul 22, 2024
1 parent cad08e4 commit 492e73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions custom_components/healthchecksio/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"domain": "healthchecksio",
"name": "Healthchecks.io",
"codeowners": ["@ludeeus"],
"config_flow": true,
"documentation": "https://github.com/custom-components/healthchecksio",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/healthchecksio/issues",
"config_flow": true,
"codeowners": [
"@ludeeus"
],
"version": "0.0.0"
}
1 change: 0 additions & 1 deletion custom_components/healthchecksio/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"config": {
"title": "Healthchecks.io",
"step": {
"user": {
"title": "Healthchecks.io",
Expand Down

0 comments on commit 492e73c

Please sign in to comment.