From fb6bcf50db8a8c654387360cbdc061241d85b556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Fri, 27 Nov 2020 14:03:16 +0100 Subject: [PATCH] 0.2.1-b4 --- custom_components/shelly/__init__.py | 2 +- custom_components/shelly/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index 1cc2b2c..b66a252 100755 --- a/custom_components/shelly/__init__.py +++ b/custom_components/shelly/__init__.py @@ -45,7 +45,7 @@ _LOGGER = logging.getLogger(__name__) -__version__ = "0.2.1-b3" +__version__ = "0.2.1-b4" VERSION = __version__ async def async_setup(hass, config): diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 7cdb0e7..04ae549 100644 --- a/custom_components/shelly/manifest.json +++ b/custom_components/shelly/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md", "dependencies": ["zeroconf"], "codeowners": ["@hakana","@StyraHem"], - "requirements": ["pyShelly==0.2.11"] + "requirements": ["pyShelly==0.2.12"] }