mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Adding Garadget Cover documentation (#1311)
* Adding Garadget Cover documentation * Updating formating to follow command-line style
This commit is contained in:
parent
70ef7d86a4
commit
d1f528cc0a
45
source/_components/cover.garadget.markdown
Normal file
45
source/_components/cover.garadget.markdown
Normal file
@ -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.
|
BIN
source/images/supported_brands/garadget_logo.jpg
Normal file
BIN
source/images/supported_brands/garadget_logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user