Skip to content

Commit

Permalink
Update manifest.json to conform with hastiest
Browse files Browse the repository at this point in the history
  • Loading branch information
giachello authored Aug 11, 2024
1 parent 121be73 commit ecb92eb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions custom_components/mlgw/manifest.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"domain": "mlgw",
"name": "MasterLink Gateway",
"version" : "2024.8.1",
"after_dependencies": [
"media_player"
],
"codeowners": [
"@giachello",
"@Lele-72",
"@astrandb"
],
"config_flow": true,
"dependencies": [
"http",
"zeroconf"
],
"documentation": "https://github.com/giachello/mlgw",
"homekit": {},
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/giachello/mlgw/issues",
"requirements": [],
"ssdp": [],
"version" : "2024.8.1",
"zeroconf": [
{
"type": "_http._tcp.local.",
"name": "*lgw*"
"type": "_http._tcp.local.",
}
],
"homekit": {},
"dependencies": [
"http",
"zeroconf"
],
"after_dependencies": [
"media_player"
],
"iot_class": "local_push",
"codeowners": [
"@giachello",
"@Lele-72",
"@astrandb"
],
"integration_type": "hub"
]
}

0 comments on commit ecb92eb

Please sign in to comment.