diff --git a/homeassistant/components/lg_thinq/manifest.json b/homeassistant/components/lg_thinq/manifest.json index 784ffb7092f..ffe9c07e541 100644 --- a/homeassistant/components/lg_thinq/manifest.json +++ b/homeassistant/components/lg_thinq/manifest.json @@ -3,8 +3,13 @@ "name": "LG ThinQ", "codeowners": ["@LG-ThinQ-Integration"], "config_flow": true, - "dhcp": [{ "macaddress": "34E6E6*" }], + "dhcp": [ + { + "macaddress": "34E6E6*" + } + ], "documentation": "https://www.home-assistant.io/integrations/lg_thinq", + "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["thinqconnect"], "requirements": ["thinqconnect==1.0.9"]