diff --git a/custom_components/integration_blueprint/manifest.json b/custom_components/integration_blueprint/manifest.json index 778e651..2825473 100644 --- a/custom_components/integration_blueprint/manifest.json +++ b/custom_components/integration_blueprint/manifest.json @@ -1,6 +1,6 @@ { - "domain": "integration_blueprint", - "name": "Integration blueprint", + "domain": "", + "name": "", "codeowners": [ "@Limych" ], @@ -8,7 +8,7 @@ "dependencies": [], "documentation": "https://github.com/Limych/ha-blueprint", "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/Limych/ha-blueprint/issues", + "issue_tracker": "", "requirements": [], - "version": "0.1.0" -} + "version": "" +} \ No newline at end of file diff --git a/requirements-test.txt b/requirements-test.txt index b4ce9f3..576eab0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,6 @@ -r requirements.txt asynctest~=0.13 +colorlog~=6.7 flake8~=6.1 flake8-docstrings~=1.7 mypy==1.7.0 diff --git a/requirements.txt b/requirements.txt index 2a9b121..a89241a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,2 @@ -colorlog==6.7.0 homeassistant>=2023.8.0 pip>=21.0,<23.2 -ruff==0.0.292