diff --git a/custom_components/omnilogic_local/manifest.json b/custom_components/omnilogic_local/manifest.json index 3fbb9f9..884bc41 100644 --- a/custom_components/omnilogic_local/manifest.json +++ b/custom_components/omnilogic_local/manifest.json @@ -13,7 +13,7 @@ "issue_tracker": "https://github.com/cryptk/haomnilogic-local/issues", "loggers": ["pyomnilogic_local"], "requirements": [ - "python_omnilogic_local==0.11.2" + "python_omnilogic_local==0.12.1" ], "ssdp": [], "version": "0.5.3", diff --git a/pyproject.toml b/pyproject.toml index 787883f..1bc9841 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "^3.10" pre-commit = "^3.0.0" mypy = "^1.2.0" homeassistant = "^2023.5.0" -python_omnilogic_local = "0.10.0" +python_omnilogic_local = "0.12.1" pylint = "^2.17.0" pydantic = "^1.10.7" pytest = "^7.3.1"