-
-
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.
Merge remote-tracking branch 'origin/master'
# Conflicts: # extra/general-ui.png
- Loading branch information
Showing
8 changed files
with
58 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
layout: page | ||
title: "Meross devices platform" | ||
description: "Instructions on how to integrate Meross devices into Home Assistant." | ||
date: 2019-06-16 09:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: meross.png | ||
ha_category: | ||
- Switch | ||
- Light | ||
- Cover | ||
ha_iot_class: Cloud Push | ||
ha_release: "0.94.3" | ||
--- | ||
|
||
The `meross` platform allows you to control the state of your [Meross devices](https://www.meross.com/). | ||
|
||
The list of tested and fully supported devices is the following: | ||
- MSL120 | ||
- MSS110 | ||
- MSS210 | ||
- MSS310 | ||
- MSS310h | ||
- MSS425e | ||
- MSS530h | ||
- MSG100 | ||
|
||
Please note that the integration might be working also with unlisted Meross devices. | ||
If you own any Meross plug, give it a try even if it's not listed. | ||
|
||
|
||
In order to enable this integration, add the following to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
meross_cloud: | ||
username: meross_username | ||
password: meross_password | ||
``` | ||
{% configuration %} | ||
username: | ||
description: The username of your Meross account. It's the email you use to login into the Meross app | ||
required: true | ||
type: string | ||
password: | ||
description: The password of your Meross account. It's the one you use to login into the Meross app. | ||
required: true | ||
type: string | ||
{% endconfiguration %} |
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.
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.