diff --git a/custom_components/intesishome/manifest.json b/custom_components/intesishome/manifest.json index fd51be9..44d6946 100644 --- a/custom_components/intesishome/manifest.json +++ b/custom_components/intesishome/manifest.json @@ -1,11 +1,11 @@ { "domain": "intesishome", "name": "IntesisHome", - "documentation": "https://www.home-assistant.io/integrations/intesishome", "codeowners": ["@jnimmo"], - "requirements": ["pyintesishome==1.8.5"], + "config_flow": true, + "documentation": "https://www.home-assistant.io/integrations/intesishome", "iot_class": "cloud_push", "loggers": ["pyintesishome"], - "config_flow": true, + "requirements": ["pyintesishome==1.8.5"], "version": "1.0.6" }