You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Instructions on how to integrate Ryobi Garage Door Opener (RyobiGDO) within Home Assistant."
5
+
date: 2018-04-22 09:00
6
+
sidebar: true
7
+
comments: false
8
+
sharing: true
9
+
footer: true
10
+
logo: ryobi.png
11
+
ha_category: Cover
12
+
ha_release: 0.71
13
+
ha_iot_class: "Cloud Polling"
14
+
---
15
+
16
+
17
+
The `ryobi_gdo` cover platform lets you control [Ryobi](https://www.ryobitools.com/gdo/) garage door opener through Home Assistant.
18
+
19
+
## {% linkable_title Setup %}
20
+
21
+
In order to be able to use your Ryobi garage door opener, you will have to get the DEVICE_ID_OF_YOUR_COVER (one for each garage door).
22
+
23
+
The DEVICE_ID_OF_YOUR_COVER can be retrieved using `curl`, simply use your username and password using the following example. Your `DEVICE_ID_OF_YOUR_COVER` will be `varName`:
24
+
25
+
```bash
26
+
$ curl -H "Content-Type: application/json" -X GET \
0 commit comments