Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
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
/components/cover.myq/

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.

Configuration

To use your MyQ cover in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
cover:
  - platform: myq
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    type: chamberlain

{% configuration %} username: description: Your MyQ account username. required: true type: string password: description: Your MyQ account password. required: true type: string type: description: "Your device type/brand. Supported types are chamberlain, liftmaster, craftsman and merlin." required: true type: string {% endconfiguration %}