-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation and logo for Aladdin Connect cover (#5903)
* Add documentation and logo for Aladdin Connect cover * Add ha_iot_class to header
- Loading branch information
1 parent
55c4d18
commit 01fa261
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: page | ||
title: "Genie Aladdin Connect Cover" | ||
description: "Instructions how to integrate Genie Aladdin Connect garage door covers into Home Assistant." | ||
date: 2018-07-26 22:00 | ||
sidebar: true | ||
comments: false | ||
sharing: true | ||
footer: true | ||
logo: aladdin_connect.png | ||
ha_category: Cover | ||
ha_release: 0.75 | ||
ha_iot_class: "Cloud Polling" | ||
--- | ||
|
||
The `aladdin_connect` cover platform lets you control Genie Aladdin Connect garage doors through Home Assistant. | ||
|
||
<p class='note'> | ||
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. | ||
</p> | ||
|
||
To use your Aladdin Connect cover in your installation, add the following to your `configuration.yaml` file: | ||
|
||
```yaml | ||
# Example configuration.yml entry | ||
cover: | ||
- platform: aladdin_connect | ||
username: [email protected] | ||
password: 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 %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.