Update Aladdin Connect for Config Flow (#23028)

This commit is contained in:
mkmer 2022-06-12 11:14:39 -04:00 committed by GitHub
parent 7b51741b64
commit 2e3cb00153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,25 +20,4 @@ The `aladdin_connect` cover platform lets you control Genie Aladdin Connect gara
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.
</div>
## Configuration
To use your Aladdin Connect cover in your installation, add the following to your `configuration.yaml` file:
```yaml
# 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 %}
{% include integrations/config_flow.md %}