Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from libdyson-wg/task/release-prep
Browse files Browse the repository at this point in the history
Getting ready for the new release
  • Loading branch information
dotvezz authored Mar 14, 2023
2 parents 3a35374 + 625cff2 commit d8c9661
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
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/

# IntelliJ/JetBrains
.idea/

.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# HomeAssistant Custom Integration for Dyson Cloud

This is the cloud part of ha-dyson (https://github.com/shenxn/ha-dyson/). More information can be found in that repository.
This is the cloud part of ha-dyson (https://github.com/libdyson-wg/ha-dyson/). More information can be found in that repository.
12 changes: 6 additions & 6 deletions custom_components/dyson_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"domain": "dyson_cloud",
"name": "Dyson Cloud",
"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": [],
"codeowners": ["@shenxn"],
"requirements": ["libdyson==0.8.7"],
"version": "0.15.0"
}
"codeowners": ["@dotvezz"],
"requirements": ["libdyson-neon==0.9.0"],
"version": "0.16.0"
}

0 comments on commit d8c9661

Please sign in to comment.