Skip to content

Commit

Permalink
bump nhc2-coco to 1.0.1 - fix lockup of coco/profile detection if no …
Browse files Browse the repository at this point in the history
…coco was found
  • Loading branch information
Filip Van Ham committed Nov 28, 2020
1 parent 1b46236 commit 745a503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/nhc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/nhc2/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 745a503

Please sign in to comment.