mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1.1 KiB
1.1 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
| title | description | logo | ha_category | ha_release | ha_iot_class | redirect_from | ||
|---|---|---|---|---|---|---|---|---|
| Genie Aladdin Connect Cover | Instructions how to integrate Genie Aladdin Connect garage door covers into Home Assistant. | aladdin_connect.png |
|
0.75 | Cloud Polling |
|
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 %}