From 745a5034e3f147702174f70c2e31701171c042d3 Mon Sep 17 00:00:00 2001 From: Filip Van Ham Date: Sat, 28 Nov 2020 14:34:08 +0100 Subject: [PATCH] bump nhc2-coco to 1.0.1 - fix lockup of coco/profile detection if no coco was found --- custom_components/nhc2/__init__.py | 2 +- custom_components/nhc2/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/nhc2/__init__.py b/custom_components/nhc2/__init__.py index 259e66b1..7a046ad5 100644 --- a/custom_components/nhc2/__init__.py +++ b/custom_components/nhc2/__init__.py @@ -12,7 +12,7 @@ from .const import DOMAIN, KEY_GATEWAY, CONF_SWITCHES_AS_LIGHTS from .helpers import extract_versions -REQUIREMENTS = ['nhc2-coco==1.0.0'] +REQUIREMENTS = ['nhc2-coco==1.0.1'] _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/nhc2/manifest.json b/custom_components/nhc2/manifest.json index ac7a7f5f..cdb43191 100644 --- a/custom_components/nhc2/manifest.json +++ b/custom_components/nhc2/manifest.json @@ -1,7 +1,7 @@ { "domain": "nhc2", "name": "Niko Home Control II", - "requirements": ["nhc2-coco==1.0.0"], + "requirements": ["nhc2-coco==1.0.1"], "config_flow": true, "issue_tracker": "https://github.com/filipvh/hass-nhc2/issues", "documentation": "https://github.com/filipvh/hass-nhc2/blob/master/README.md",