-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repository refactor for HACS integration
- Loading branch information
1 parent
94ff1bc
commit 262bee1
Showing
9 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Run isort on the entire source | ||
pip install isort | ||
isort -rc meross_cloud | ||
isort -rc custom_components/meross_cloud | ||
|
||
# Clean the dist directory | ||
rm -vR dist | ||
mkdir dist | ||
|
||
# zip the meross_cloud sources | ||
zip -r dist/meross_cloud.zip meross_cloud | ||
zip -r dist/meross_cloud.zip custom_components/meross_cloud | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.