1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-14 18:14:35 +01:00
Files

13 lines
312 B
Python

"""Define constants for the Slide component."""
API_LOCAL = "api_local"
ATTR_TOUCHGO = "touchgo"
CONF_INVERT_POSITION = "invert_position"
DOMAIN = "slide_local"
SLIDES = "slides"
SLIDES_LOCAL = "slides_local"
DEFAULT_OFFSET = 0.15
DEFAULT_RETRY = 120
SERVICE_CALIBRATE = "calibrate"
SERVICE_TOUCHGO = "touchgo"