2020-01-07 14:50:24 +01:00

851 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
MyQ Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant. 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.

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

{% configuration %} username: description: Your MyQ account username. required: true type: string password: description: Your MyQ account password. required: true type: string {% endconfiguration %}