mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 08:47:35 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1001 B
1001 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | MyQ Cover | Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant. | 2017-02-14 14:21 | true | false | true | true | myq.png | Cover | 0.39 | Cloud Polling |
The myq
cover platform lets you control MyQ-Enabled garage doors through Home Assistant. Device names in Home Assistant are generated based on the names defined in your MyQ Device mobile app.
To use your MyQ cover in your installation, add the following to your configuration.yaml
file:
# Example configuration.yml entry
cover:
- platform: myq
username: email@email.com
password: password
type: chamberlain
Configuration variables:
- username (Required): Your MyQ account username.
- password (Required): Your MyQ account password.
- type (Required): Your device type/brand. Supported types are
chamberlain
,liftmaster
,craftsman
andmerlin
.