diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index c92dbb3..8c07c5c 100755 --- a/custom_components/shelly/__init__.py +++ b/custom_components/shelly/__init__.py @@ -61,7 +61,7 @@ _LOGGER = logging.getLogger(__name__) -__version__ = "1.0.0" +__version__ = "1.0.1" VERSION = __version__ async def async_setup(hass, config): diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 252fc0c..8a72bc9 100644 --- a/custom_components/shelly/manifest.json +++ b/custom_components/shelly/manifest.json @@ -1,7 +1,7 @@ { "domain": "shelly", "name": "Shelly smart home", - "version": "1.0.0", + "version": "1.0.1", "config_flow": true, "documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md", "dependencies": ["zeroconf"],