From dd87d6724e084dce5491292d25ada72cd01df5c2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 12 Aug 2023 11:42:37 -0400 Subject: [PATCH] bumped version to v1.0.5 --- README.md | 6 +++--- custom_components/ultrasync/manifest.json | 6 +++--- hacs.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index be5d174..b7984c2 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,16 @@ You can only be logged into the ComNav/ZeroWire hub with the same user *once*; a ### From HACS 1. Install HACS if you haven't already (see [installation guide](https://hacs.netlify.com/docs/installation/manual)). -1. Find and install **UltraSync Beta** integration in HACS's "Integrations" tab. +1. Find and install **UltraSync** integration in HACS's "Integrations" tab. 1. Restart your Home Assistant. -1. Add "UltraSync Beta" integration in Home Assistant's "**Configuration** -> **Integrations** tab. +1. Add "UltraSync" integration in Home Assistant's "**Configuration** -> **Integrations** tab. ### Manual 1. Download and unzip the [repo archive](https://github.com/caronc/ha-ultrasync/archive/master.zip). (You could also click "Download ZIP" after pressing the green button in the repo, alternatively, you could clone the repo from SSH add-on). 2. Copy contents of the archive/repo into your `/config` directory. 3. Restart your Home Assistant. -4. Add "UltraSync Beta" integration in Home Assistant's "**Configuration** -> **Integrations** tab. +4. Add "UltraSync" integration in Home Assistant's "**Configuration** -> **Integrations** tab. ## Configuration diff --git a/custom_components/ultrasync/manifest.json b/custom_components/ultrasync/manifest.json index be713a5..9a631c2 100644 --- a/custom_components/ultrasync/manifest.json +++ b/custom_components/ultrasync/manifest.json @@ -1,11 +1,11 @@ { "domain": "ultrasync", - "name": "UltraSync Alarm Panel Beta", + "name": "UltraSync Alarm Panel", "iot_class": "local_polling", - "version": "1.0.4", + "version": "1.0.5", "documentation": "https://www.home-assistant.io/integrations/ultrasync", "issue_tracker": "https://github.com/caronc/ha-ultrasync/issues", - "requirements": ["ultrasync==0.9.9"], + "requirements": ["ultrasync==1.0.0"], "codeowners": ["@caronc"], "config_flow": true } diff --git a/hacs.json b/hacs.json index 65a64ad..8135ff7 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "UltraSync Beta", + "name": "UltraSync", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true,