Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Apr 19, 2023
1 parent b5ce097 commit c3960c6
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -61,7 +61,7 @@

_LOGGER = logging.getLogger(__name__)

__version__ = "1.0.5-beta.2"
__version__ = "1.0.5"
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
@@ -1,7 +1,7 @@
{
"domain": "shelly",
"name": "Shelly smart home",
"version": "1.0.5-beta.2",
"version": "1.0.5",
"config_flow": true,
"documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md",
"dependencies": ["zeroconf"],
Expand Down
2 changes: 2 additions & 0 deletions scripts/resend_tag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./delete_tag.sh $1
./create_tag.sh $1

0 comments on commit c3960c6

Please sign in to comment.