mirror of https://github.com/home-assistant/core
14 lines
343 B
Python
14 lines
343 B
Python
"""Define constants for the Slide component."""
|
|
|
|
API_LOCAL = "api_local"
|
|
ATTR_TOUCHGO = "touchgo"
|
|
CONF_INVERT_POSITION = "invert_position"
|
|
CONF_VERIFY_SSL = "verify_ssl"
|
|
DOMAIN = "slide_local"
|
|
SLIDES = "slides"
|
|
SLIDES_LOCAL = "slides_local"
|
|
DEFAULT_OFFSET = 0.15
|
|
DEFAULT_RETRY = 120
|
|
SERVICE_CALIBRATE = "calibrate"
|
|
SERVICE_TOUCHGO = "touchgo"
|