Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Dec 10, 2024
1 parent 740d091 commit a5c094c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/shelly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

_LOGGER = logging.getLogger(__name__)

__version__ = "1.0.6"
__version__ = "1.0.7"
VERSION = __version__

async def async_setup(hass, config):
Expand Down
4 changes: 2 additions & 2 deletions custom_components/shelly/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "shelly",
"name": "Shelly smart home",
"version": "1.0.6",
"version": "1.0.7",
"config_flow": true,
"documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md",
"dependencies": ["zeroconf"],
"codeowners": ["@hakana","@StyraHem"],
"requirements": ["pyShelly==1.0.3", "paho-mqtt==1.6.1", "websocket-client"],
"requirements": ["pyShelly==1.0.4", "paho-mqtt==1.6.1", "websocket-client"],
"iot_class": "local_push"
}

0 comments on commit a5c094c

Please # to comment.