diff --git a/hacs.json b/hacs.json index 8de7b20..9a465fd 100644 --- a/hacs.json +++ b/hacs.json @@ -3,5 +3,5 @@ "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], - "homeassistant": "2022.12.0" + "homeassistant": "2022.12.0b0" } diff --git a/requirements_tests.txt b/requirements_tests.txt index 9140ee5..33829f2 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ python-dateutil>=2.8.2 types-python-dateutil>=2.8.18 -homeassistant>=2022.12.0 +homeassistant>=2022.12.0b0 pytest-homeassistant-custom-component>=0.10.2 aiohttp_cors>=0.7.0