From 2e3cb00153e40febff67db2c46867db81801db30 Mon Sep 17 00:00:00 2001 From: mkmer Date: Sun, 12 Jun 2022 11:14:39 -0400 Subject: [PATCH] Update Aladdin Connect for Config Flow (#23028) --- source/_integrations/aladdin_connect.markdown | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/source/_integrations/aladdin_connect.markdown b/source/_integrations/aladdin_connect.markdown index 821e205f2e2..635be5ab85a 100644 --- a/source/_integrations/aladdin_connect.markdown +++ b/source/_integrations/aladdin_connect.markdown @@ -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. -## 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 %}