diff --git a/custom_components/localtuya/manifest.json b/custom_components/localtuya/manifest.json index 8e0f33202..5312b6ee9 100644 --- a/custom_components/localtuya/manifest.json +++ b/custom_components/localtuya/manifest.json @@ -1,16 +1,13 @@ { "domain": "localtuya", "name": "LocalTuya integration", - "codeowners": [ - "@rospogrigio", - "@postlund" - ], - "config_flow": true, - "dependencies": [], - "documentation": "https://github.com/xZetsubou/hass-localtuya/", - "integration_type": "hub", - "iot_class": "local_push", - "issue_tracker": "https://github.com/xZetsubou/hass-localtuya/issues", - "requirements": [], - "version": "5.2.1" -} \ No newline at end of file + "codeowners": [], + "config_flow": true, + "dependencies": [], + "documentation": "https://github.com/xZetsubou/hass-localtuya/", + "integration_type": "hub", + "iot_class": "local_push", + "issue_tracker": "https://github.com/xZetsubou/hass-localtuya/issues", + "requirements": [], + "version": "5.2.1" +}