Skip to content

Commit

Permalink
bumped version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 12, 2023
1 parent b125b63 commit dd87d67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions custom_components/ultrasync/manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "UltraSync Beta",
"name": "UltraSync",
"hacs": "0.24.0",
"domains": ["sensor"],
"render_readme": true,
Expand Down

0 comments on commit dd87d67

Please sign in to comment.