diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32e3b7c..a935994 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.3.4 hooks: - id: ruff # linter - id: ruff-format # formatter diff --git a/custom_components/ramses_cc/manifest.json b/custom_components/ramses_cc/manifest.json index 13ec4a1..752ffe5 100644 --- a/custom_components/ramses_cc/manifest.json +++ b/custom_components/ramses_cc/manifest.json @@ -2,15 +2,17 @@ "domain": "ramses_cc", "name": "RAMSES RF", "codeowners": ["@zxdavb"], + "dependencies": [], "documentation": "https://github.com/zxdavb/ramses_cc", "issue_tracker": "https://github.com/zxdavb/ramses_cc/issues", + "loggers": ["ramses_rf"], "requirements": [ "paho-mqtt==1.6.1", "pyserial-asyncio==0.6", - "ramses-rf==0.31.14", - "voluptuous==0.13.1" + "ramses-rf==0.31.16" ], - "dependencies": [], "config_flow": true, - "version": "0.31.14" + "single_config_entry": true, + "type": "hub", + "version": "0.31.16" } diff --git a/requirements_dev.txt b/requirements_dev.txt index a755b13..860e542 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ # Setup venv for ramses_cc under Hass -# last updated 2024-03-16, based on HA 2024.3.1 +# last updated 2024-03-29, based on HA 2024.3.3 # - to check against manifest.json, github workflows # @@ -15,8 +15,8 @@ ramses_rf>=0.31.13 # -e ~/clients/ramses_rf # used for linting/typing - pre-commit>=3.6.2 - ruff>=0.3.3 # HA uses 0.2.1 + pre-commit>=3.7.0 # HA uses 3.6.2 + ruff>=0.3.4 # HA uses 0.2.1 mypy>=1.9.0 # HA uses 1.8.0 types-paho-mqtt>=1.6.0.20240106 diff --git a/requirements_test.txt b/requirements_test.txt index 7ed0cb7..351295c 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,5 +11,5 @@ # # used for testing (includes HA) - pytest_homeassistant_custom_component>=0.13.108 - ramses_rf>=0.31.13 # -e ~/clients/ramses_rf + pytest_homeassistant_custom_component>=0.13.109 + ramses_rf>=0.31.16 # -e ~/clients/ramses_rf