diff --git a/custom_components/nhc2/__init__.py b/custom_components/nhc2/__init__.py index 05b510b2..efb362b8 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==0.2.5'] +REQUIREMENTS = ['nhc2-coco==0.3.0-alpha1'] _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/nhc2/manifest.json b/custom_components/nhc2/manifest.json index 989899e3..a1e40a67 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==0.2.5"], + "requirements": ["nhc2-coco==0.3.0-alpha1"], "config_flow": true, "issue_tracker": "https://github.com/filipvh/hass-nhc2/issues", "documentation": "https://github.com/filipvh/hass-nhc2/blob/master/README.md",