mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Added documentation for new Slide cover integration (#10127)
* Added GoSlide documentation * Renamed GoSlide to Slide, because of Innovation in Motion rebranding * Removed timeout/retry configuration options. * Updated version 0.98 to 0.99
This commit is contained in:
parent
6c4db819da
commit
0ee1c98b51
38
source/_components/slide.markdown
Normal file
38
source/_components/slide.markdown
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "Slide"
|
||||
description: "Instructions on how to integrate the Innovation in Motion Slide covers with Home Assistant."
|
||||
logo: slide.png
|
||||
ha_category:
|
||||
- Hub
|
||||
- Cover
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_release: 0.99
|
||||
---
|
||||
|
||||
The `slide` implementation allows you to integrate your [slide.store](https://slide.store/) devices in Home Assistant using the [official API](https://documenter.getpostman.com/view/6223391/S1Lu2pSf?version=latest).
|
||||
|
||||
### Configuration
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
slide:
|
||||
username: YOUR_SLIDE_APP_USERNAME
|
||||
password: YOUR_SLIDE_APP_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Username needed to log in to Slide App.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Password needed to log in to Slide App.
|
||||
required: true
|
||||
type: string
|
||||
scan_interval:
|
||||
description: "Minimum time interval between updates."
|
||||
required: false
|
||||
default: 30 seconds
|
||||
type: integer
|
||||
{% endconfiguration %}
|
||||
|
BIN
source/images/supported_brands/slide.png
Normal file
BIN
source/images/supported_brands/slide.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
Loading…
x
Reference in New Issue
Block a user