2020-03-05 17:28:39 -08:00

993 B

title, description, logo, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain
title description logo ha_category ha_iot_class ha_release ha_codeowners ha_domain
Slide Instructions on how to integrate the Innovation in Motion Slide covers with Home Assistant. slide.png
Hub
Cover
Cloud Polling 0.99
@ualex73
slide

The slide implementation allows you to integrate your slide.store devices in Home Assistant using the official API.

Configuration

# 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 %}