From 532e47b6fc6ae8e547c8e9cb221d81bf8da6c890 Mon Sep 17 00:00:00 2001 From: Chris Jowett <421501+cryptk@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:39:53 -0600 Subject: [PATCH] fix: update library version to 0.12.1 --- custom_components/omnilogic_local/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"