hass-core/homeassistant/components/opengarage/const.py
2021-10-19 09:05:55 +02:00

7 lines
149 B
Python

"""Constants for the OpenGarage integration."""
CONF_DEVICE_KEY = "device_key"
DEFAULT_NAME = "OpenGarage"
DEFAULT_PORT = 80
DOMAIN = "opengarage"