From 47c2e1be81be8e3e1f7e47c4249fc92c7a6222db Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Thu, 4 Jan 2024 08:48:04 +0100 Subject: [PATCH] Bump python-omnikinverter --- custom_components/omnik_inverter/manifest.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/omnik_inverter/manifest.json b/custom_components/omnik_inverter/manifest.json index 9b9a78c..4bcc72c 100644 --- a/custom_components/omnik_inverter/manifest.json +++ b/custom_components/omnik_inverter/manifest.json @@ -10,7 +10,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/robbinjanssen/home-assistant-omnik-inverter/issues", "requirements": [ - "omnikinverter==0.9.1" + "omnikinverter==1.0.0" ], - "version": "2.6.3" + "version": "2.6.4" } diff --git a/pyproject.toml b/pyproject.toml index 7fc5e7a..207e82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "home-assistant-omnik-inverter" -version = "2.6.3" +version = "2.6.4" description = "Read data from your Omnik Inverter using home assistant." authors = ["Robbin Janssen "] maintainers = ["Robbin Janssen "]