From c3960c6d2d8fea1e92b930ab91bf8e1906ea6cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20=C3=85kerberg?= Date: Wed, 19 Apr 2023 14:06:33 +0000 Subject: [PATCH] 1.0.5 --- custom_components/shelly/__init__.py | 2 +- custom_components/shelly/manifest.json | 2 +- scripts/resend_tag.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 scripts/resend_tag.sh diff --git a/custom_components/shelly/__init__.py b/custom_components/shelly/__init__.py index f9ae458..f7b740b 100755 --- a/custom_components/shelly/__init__.py +++ b/custom_components/shelly/__init__.py @@ -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): diff --git a/custom_components/shelly/manifest.json b/custom_components/shelly/manifest.json index 4b66560..ef8e17d 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.5-beta.2", + "version": "1.0.5", "config_flow": true, "documentation": "https://github.com/StyraHem/ShellyForHASS/blob/master/README.md", "dependencies": ["zeroconf"], diff --git a/scripts/resend_tag.sh b/scripts/resend_tag.sh new file mode 100755 index 0000000..02c7070 --- /dev/null +++ b/scripts/resend_tag.sh @@ -0,0 +1,2 @@ +./delete_tag.sh $1 +./create_tag.sh $1