diff --git a/.gitignore b/.gitignore index eb45fe7..c430fc2 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,7 @@ dmypy.json # Pyre type checker .pyre/ +# IntelliJ/JetBrains +.idea/ + .vscode diff --git a/README.md b/README.md index 5c5c703..991cc0a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/custom_components/dyson_cloud/manifest.json b/custom_components/dyson_cloud/manifest.json index 336bb80..e33c9cf 100644 --- a/custom_components/dyson_cloud/manifest.json +++ b/custom_components/dyson_cloud/manifest.json @@ -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" -} \ No newline at end of file + "codeowners": ["@dotvezz"], + "requirements": ["libdyson-neon==0.9.0"], + "version": "0.16.0" +}