Skip to content

Adding Garadget Cover documentation #1311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 3, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions source/_components/cover.garadget.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: page
title: "Garadget Cover"
description: "Instructions how to integrate Garadget covers within Home Assistant."
date: 2016-10-24 14:25
sidebar: true
comments: false
sharing: true
footer: true
logo: garadget_logo.jpg
ha_category: Cover
ha_release: 0.32
---


The `garadget` cover platform lets you control [Garadget](http://www.garadget.com/) garage door futurizers through Home Assistant.

To enable Garadget Covers in your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
cover:
platform: garadget
covers:
190028001947343412342341:
username: UseYourLogin@garadget.com
password: abc123
name: Left Garage Door
4c003f001151353432134214:
access_token: df4cc785ff818f2b01396c44142342fccdef
```

Configuration variables:

- **covers** array (*Required*): List of your doors.
- **device** (*Required*): This is the device id from your Garadget portal.
- Either:
- **username** (*Required*): Your Garadget account username.
- **device** (*Required*): Your Garadget account password.
- Or:
- **access_token** (*Required*): A generated access_token from your garadget account
- **name** (*Optional*): Name to use in the Frontend, will use name configured in Garadget otherwise.


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.
Binary file added source/images/supported_brands/garadget_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.