Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Jun 28, 2019
2 parents 018d604 + 080b778 commit e698569
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)

# Meross HomeAssistant component
A full featured Homeassistant component to drive Meross devices.
This component is based on the underlying MerossIot library available [here](https://github.com/albertogeniola/MerossIot).
Expand All @@ -7,7 +9,9 @@ My personal goal is to make this component fully compliant with Homeassistant, s
that it may be added as the official library to handle Meross devices.
However, before pushing a PullRequest to the official Homeassistant repository, I would like to share it to some users.
In this way we can test it massively, check it for any bug and make it **robust enough** to be seamlessly integrated
with Homeassistant.
with Homeassistant.

For now, the component has been integrated as a custom component into [HACS](https://custom-components.github.io/hacs/).

## Installation & configuration
Install it as you would do with any homeassistant custom component:
Expand Down Expand Up @@ -83,6 +87,9 @@ HomeAssistant best practices, in particular:
- Refactor and improvements based on feedbacks

## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
By buying me a coffee, not only you make my development more efficient, but also motivate me to further improve
my work. On the other hand, buying me a beer will certainly make me happier: **a toast to you, supporter**!

[![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)
4 changes: 2 additions & 2 deletions build.sh
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.
Binary file modified docs/source/images/components/meross_cloud/general-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions info.md
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)

0 comments on commit e698569

Please sign in to comment.