Skip to content

Commit

Permalink
updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Jan 21, 2024
1 parent ab33349 commit 7923e75
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/dirigera_platform/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"domain": "dirigera_platform",
"name": "IKEA Dirigera Hub Integration",
"after_dependencies": ["http"],
"codeowners": ["@sanjoyg"],
"version": "0.0.1",
"documentation": "https://github.com/sanjoyg/dirigera_platform",
"issue_tracker": "https://github.com/sanjoyg/dirigera_platform",
"config_flow": true,
"after_dependencies": ["http"],
"requirements": ["dirigera"],
"documentation": "https://github.com/sanjoyg/dirigera_platform",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/sanjoyg/dirigera_platform",
"loggers": ["custom_components.dirigera_platform"]
"requirements": ["dirigera"],
"version": "0.0.1",
}

0 comments on commit 7923e75

Please sign in to comment.