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 1/3] 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"] } From 8f7dd7d62edabf563610661115db3d522639cecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Fri, 27 Nov 2020 15:00:48 +0100 Subject: [PATCH 2/3] 0.2.1 --- custom_components/shelly/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index b66a252..64ad176 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-b4" +__version__ = "0.2.1" VERSION = __version__ async def async_setup(hass, config): From 5fb9db51adcb030430c52e046c52a5670587a042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Wed, 23 Dec 2020 16:41:28 +0100 Subject: [PATCH 3/3] 0.2.2-b1 --- 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 64ad176..f1bd892 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" +__version__ = "0.2.2-b1" VERSION = __version__ async def async_setup(hass, config): diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 04ae549..cf92e36 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.12"] + "requirements": ["pyShelly==0.2.13"] }