Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Define constants for the Slide component."""
2 
3 from homeassistant.const import Platform
4 
5 API = "api"
6 COMPONENT_PLATFORM = Platform.COVER
7 CONF_INVERT_POSITION = "invert_position"
8 DOMAIN = "slide"
9 SLIDES = "slides"
10 DEFAULT_OFFSET = 0.15
11 DEFAULT_RETRY = 120