1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 12:46:09 +01:00
Files
core/homeassistant/components/kiosker/const.py
T

11 lines
181 B
Python

"""Constants for the Kiosker integration."""
DOMAIN = "kiosker"
# Default values
PORT = 8081
POLL_INTERVAL = 15
DEFAULT_SSL = False
DEFAULT_SSL_VERIFY = False
REFRESH_DELAY = 0.5