-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
11 changed files
with
32 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Meross Custom Component | ||
Based on pure-python library, this custom component enables full control on your meross devices. | ||
|
||
## Features | ||
* Supports Meross power plugs, included power metering/electricity measure | ||
* Supports light bulb switching and color setting | ||
* Supports Garage Door openers | ||
* Supports multi-channel power strips | ||
* Event driven: no bandwidth is wasted | ||
|
||
## Requirements | ||
Please note that the Meross devices are controlled via Meross Cloud. This means that homeassistant | ||
should have internet access to accomplish such task. | ||
|
||
## Be nice! | ||
If you like the component, why don't you support me by buying me a beer or a coffe? | ||
It would certainly motivate me to further improve this work. | ||
|
||
[![Buy me a coffe!](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/albertogeniola) | ||
|
||
[![Beerpay](https://beerpay.io/albertogeniola/meross-homeassistant/badge.svg?style=beer-square)](https://beerpay.io/albertogeniola/meross-homeassistant) [![Beerpay](https://beerpay.io/albertogeniola/meross-homeassistant/make-wish.svg?style=flat-square)](https://beerpay.io/albertogeniola/meross-homeassistant?focus=wish) |