diff --git a/source/_components/slide.markdown b/source/_components/slide.markdown new file mode 100644 index 00000000000..8d7f6e5f916 --- /dev/null +++ b/source/_components/slide.markdown @@ -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 %} + diff --git a/source/images/supported_brands/slide.png b/source/images/supported_brands/slide.png new file mode 100644 index 00000000000..7d6b7fd3b1c Binary files /dev/null and b/source/images/supported_brands/slide.png differ