Skip to content

Commit

Permalink
0.1.7.b2
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Mar 13, 2020
1 parent 37a480a commit dae4bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .const import *
from .configuration_schema import CONFIG_SCHEMA, CONFIG_SCHEMA_ROOT

REQUIREMENTS = ['pyShelly==0.1.21']
REQUIREMENTS = ['pyShelly==0.1.22']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/shelly/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md",
"dependencies": [],
"codeowners": ["@hakana","@StyraHem"],
"requirements": ["pyShelly==0.1.21"]
"requirements": ["pyShelly==0.1.22"]
}

0 comments on commit dae4bc1

Please sign in to comment.