Skip to content

Commit

Permalink
Cleans things up for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz committed Mar 14, 2023
1 parent 43d5a1a commit 28470fb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ dmypy.json
# Pyre type checker
.pyre/

# Jetbrains/IntelliJ
.idea/

.vscode
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ If you use your Dyson Link account to connect to the integration, you may or may

The minimum supported Home Assistant version is 2021.12.0.

You can install using HACS. Adding https://github.com/shenxn/ha-dyson as custom repository and then install Dyson Local. If you want cloud functionalities as well, add https://github.com/shenxn/ha-dyson-cloud and install Dyson Cloud.
You can install using HACS. Adding https://github.com/libdyson-wg/ha-dyson as custom repository and then install Dyson Local. If you want cloud functionalities as well, add https://github.com/libdyson-wg/ha-dyson-cloud and install Dyson Cloud.

You can also install manually

## Local and Cloud

There are two integrations, Dyson Local and Dyson Cloud. Due to the limitation of HACS, they are split into two repositories. This repository hosts Dyson Local, and https://github.com/shenxn/ha-dyson-cloud hosts Dyson Cloud.
There are two integrations, Dyson Local and Dyson Cloud. Due to the limitation of HACS, they are split into two repositories. This repository hosts Dyson Local, and https://github.com/libdyson-wg/ha-dyson-cloud hosts Dyson Cloud.

### Dyson Local

Expand Down Expand Up @@ -58,7 +58,7 @@ You can also set up Dyson Cloud first so that you don't need to manually get dev

### Setup manually

If you want to manually set up Dyson Local, you need to get credentials first. Clone or download https://github.com/shenxn/libdyson, then use `python3 get_devices.py` to do that. You may need to install some dependencies using `pip3 install -r requirements.txt`.
If you want to manually set up Dyson Local, you need to get credentials first. Clone or download https://github.com/libdyson-wg/libdyson-neon, then use `python3 get_devices.py` to do that. You may need to install some dependencies using `pip3 install -r requirements.txt`.

## Debug Log

Expand Down
10 changes: 5 additions & 5 deletions custom_components/dyson_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"domain": "dyson_local",
"name": "Dyson Local",
"config_flow": true,
"documentation": "https://github.com/shenxn/ha-dyson",
"issue_tracker": "https://github.com/shenxn/ha-dyson/issues",
"documentation": "https://github.com/libdyson-wg/ha-dyson",
"issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues",
"dependencies": ["zeroconf"],
"codeowners": ["@shenxn"],
"requirements": ["libdyson==0.8.11"],
"version": "0.16.4-4",
"codeowners": ["@libdyson-wg"],
"requirements": ["libdyson-neon==0.9.0"],
"version": "0.17.0",
"iot_class": "local_polling"
}

0 comments on commit 28470fb

Please sign in to comment.