diff --git a/custom_components/__init__.py b/custom_components/__init__.py deleted file mode 100644 index f55f54d..0000000 --- a/custom_components/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Custom components module.""" diff --git a/custom_components/integration_blueprint/manifest.json b/custom_components/integration_blueprint/manifest.json index 138b1e7..817cd7b 100644 --- a/custom_components/integration_blueprint/manifest.json +++ b/custom_components/integration_blueprint/manifest.json @@ -1,12 +1,12 @@ { "domain": "integration_blueprint", "name": "Integration blueprint", - "documentation": "https://github.com/custom-components/integration_blueprint", - "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/custom-components/integration_blueprint/issues", - "version": "0.0.0", - "config_flow": true, "codeowners": [ "@ludeeus" - ] + ], + "config_flow": true, + "documentation": "https://github.com/ludeeus/integration_blueprint", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/ludeeus/integration_blueprint/issues", + "version": "0.0.0" } \ No newline at end of file