home-assistant.io/source/_components/aladdin_connect.markdown
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.2 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 Genie Aladdin Connect Cover Instructions how to integrate Genie Aladdin Connect garage door covers into Home Assistant. 2018-07-26 22:00 true false true true aladdin_connect.png
Cover
0.75 Cloud Polling
/components/cover.aladdin_connect/

The aladdin_connect cover platform lets you control Genie Aladdin Connect garage doors through Home Assistant.

Only doors that are owned by your Aladdin Connect account will be available. Doors that your account has been granted shared access to are not yet supported.

Configuration

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

# Example configuration.yaml entry
cover:
  - platform: aladdin_connect
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

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