diff --git a/custom_components/mlgw/manifest.json b/custom_components/mlgw/manifest.json index 23a61bc..bfa84cf 100644 --- a/custom_components/mlgw/manifest.json +++ b/custom_components/mlgw/manifest.json @@ -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" + ] }