2020-04-01 13:21:23 +02:00

1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain
MyQ Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant.
Cover
Binary Sensor
0.39 Cloud Polling true
@bdraco
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 add MyQ cover to your installation, go to Configuration >> Integrations in the UI, click the button with + sign and from the list of integrations select MyQ.

Alternatively, 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 %}

Binary Sensor

Your MyQ gateway will appear as a binary sensor that shows if the device is connected.

Cover

Garage doors and gates linked to your MyQ account will appear as covers.