Skip to content

Commit

Permalink
Fixing github action - hassfest
Browse files Browse the repository at this point in the history
  • Loading branch information
nidble committed Jun 13, 2024
1 parent 03d231a commit 5f786a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/inim/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"domain": "inim",
"name": "Inim Alarm",
"codeowners": [
"@nidble"
],
"config_flow": false,
"issue_tracker": "https://github.com/nidble/inim_alarm/issues",
"dependencies": [],
"documentation": "https://github.com/nidble/inim_alarm/",
"domain": "inim",
"iot_class": "cloud_polling",
"name": "Inim Alarm",
"issue_tracker": "https://github.com/nidble/inim_alarm/issues",
"requirements": [
"pyinim==0.0.18"
],
Expand Down

0 comments on commit 5f786a0

Please sign in to comment.