mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 21:54:27 +01:00
11 lines
181 B
Python
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
|