diff --git a/source/_integrations/garadget.markdown b/source/_integrations/garadget.markdown index be4a1501fe7..eface9f7f3f 100644 --- a/source/_integrations/garadget.markdown +++ b/source/_integrations/garadget.markdown @@ -37,33 +37,30 @@ covers: description: List of your doors. required: true type: list - covers: - keys: - device: - description: This is the device id from your Garadget portal. - required: true - type: string - username: - description: Your Garadget account username. - required: true - type: string - password: - description: Your Garadget account password. - required: true - type: string - access_token: - description: A generated `access_token` from your Garadget account. - required: true - type: string - name: - description: me to use in the frontend, will use name configured in Garadget otherwise. - required: false - default: Garadget - type: string + keys: + device: + description: This is the device id from your Garadget portal. It can be found in the Settings section of the Garadget website or mobile application. + required: true + type: string + username: + description: Your Garadget account username. Use with `password` to obtain the `access_token` automatically. + required: false + type: string + password: + description: Your Garadget account password. Use with `username` to obtain the `access_token` automatically. + required: false + type: string + access_token: + description: A generated `access_token` from your Garadget account. To obtain an `access_token`, use the network tab of the developer tools for your web browser while logged into the Garadget website. When supplied, the `username` and `password` values are not required. + required: false + type: string + name: + description: Name to use in the frontend, will use name configured in Garadget otherwise. + required: false + default: Garadget + type: string {% endconfiguration %} -If provided, the **access_token** will be used, otherwise the **username** and **password** will be used to automatically generate an access token at start time. - ## Example