From 745467fad0dc8d16a152a2305f8394575b2d9520 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Wed, 2 Mar 2022 22:57:05 +0100 Subject: [PATCH] bump version --- custom_components/clientraw/manifest.json | 2 +- custom_components/clientraw/sensor.py | 2 +- hacs.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/clientraw/manifest.json b/custom_components/clientraw/manifest.json index e1a96d6..1b375cc 100644 --- a/custom_components/clientraw/manifest.json +++ b/custom_components/clientraw/manifest.json @@ -1,7 +1,7 @@ { "domain": "clientraw", "name": "Clientraw", - "version": "2.1.1", + "version": "2.2.2", "documentation": "https://github.com/pilotak/homeassistant-clientraw", "issue_tracker": "https://github.com/pilotak/homeassistant-clientraw/issues", "requirements": [], diff --git a/custom_components/clientraw/sensor.py b/custom_components/clientraw/sensor.py index a30bc17..0090ef6 100644 --- a/custom_components/clientraw/sensor.py +++ b/custom_components/clientraw/sensor.py @@ -24,7 +24,7 @@ from homeassistant.helpers.event import (async_track_utc_time_change, async_call_later) -__version__ = '2.1.1' +__version__ = '2.2.2' _LOGGER = logging.getLogger(__name__) diff --git a/hacs.json b/hacs.json index 2eae672..09bc691 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "Clientraw weather parser", - "homeassistant": "0.103.0", + "homeassistant": "2022.2", "domains": ["sensor"], "iot_class": "cloud_poll" }