From a5c094cbbbe4b5081ac07d4f68aae542c2cfe8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Tue, 10 Dec 2024 23:31:14 +0000 Subject: [PATCH] 1.0.7 --- custom_components/shelly/__init__.py | 2 +- custom_components/shelly/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index 78a81df..8a15b4f 100755 --- a/custom_components/shelly/__init__.py +++ b/custom_components/shelly/__init__.py @@ -61,7 +61,7 @@ _LOGGER = logging.getLogger(__name__) -__version__ = "1.0.6" +__version__ = "1.0.7" VERSION = __version__ async def async_setup(hass, config): diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 01e16dc..bc4277e 100644 --- a/custom_components/shelly/manifest.json +++ b/custom_components/shelly/manifest.json @@ -1,11 +1,11 @@ { "domain": "shelly", "name": "Shelly smart home", - "version": "1.0.6", + "version": "1.0.7", "config_flow": true, "documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md", "dependencies": ["zeroconf"], "codeowners": ["@hakana","@StyraHem"], - "requirements": ["pyShelly==1.0.3", "paho-mqtt==1.6.1", "websocket-client"], + "requirements": ["pyShelly==1.0.4", "paho-mqtt==1.6.1", "websocket-client"], "iot_class": "local_push" }