Skip to content

Commit

Permalink
test using nhc2-coco version 0.3.0-alpha1 with experimental buffered …
Browse files Browse the repository at this point in the history
…commands
  • Loading branch information
fiva authored and fiva committed Nov 25, 2020
1 parent ea2812f commit 3880d10
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==0.2.5']
REQUIREMENTS = ['nhc2-coco==0.3.0-alpha1']

_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==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",
Expand Down

0 comments on commit 3880d10

Please sign in to comment.