mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
8 lines
149 B
Python
8 lines
149 B
Python
"""Constants for the OpenGarage integration."""
|
|
|
|
CONF_DEVICE_KEY = "device_key"
|
|
|
|
DEFAULT_NAME = "OpenGarage"
|
|
DEFAULT_PORT = 80
|
|
DOMAIN = "opengarage"
|