Skip to content

Commit

Permalink
0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Mar 24, 2020
1 parent 2b660e6 commit e9b55e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
from .configuration_schema import CONFIG_SCHEMA, CONFIG_SCHEMA_ROOT
#from .frontend import setup_frontend

REQUIREMENTS = ['pyShelly==0.1.23']
REQUIREMENTS = ['pyShelly==0.1.24']

_LOGGER = logging.getLogger(__name__)

__version__ = "0.1.7.b4"
__version__ = "0.1.7.b5"
VERSION = __version__

async def async_setup(hass, config):
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.23"]
"requirements": ["pyShelly==0.1.24"]
}

0 comments on commit e9b55e0

Please sign in to comment.