From 8be0052210f5832e0ca198027431138a4d5352b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Wed, 15 Jan 2020 05:29:41 +0100 Subject: [PATCH] 0.1.6.b5 --- custom_components/shelly/__init__.py | 4 ++-- custom_components/shelly/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index 56743b6..2daf001 100755 --- a/custom_components/shelly/__init__.py +++ b/custom_components/shelly/__init__.py @@ -27,11 +27,11 @@ from .const import * from .configuration_schema import CONFIG_SCHEMA -REQUIREMENTS = ['pyShelly==0.1.14'] +REQUIREMENTS = ['pyShelly==0.1.15'] _LOGGER = logging.getLogger(__name__) -__version__ = "0.1.6.b4" +__version__ = "0.1.6.b5" VERSION = __version__ BLOCKS = {} diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 5bc4cae..e75e5b4 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": [], "codeowners": ["@hakana","@StyraHem"], - "requirements": ["pyShelly==0.1.14"] + "requirements": ["pyShelly==0.1.15"] }