core/homeassistant/components/opengarage/const.py

8 lines
149 B
Python
Raw Normal View History

2021-09-29 15:43:51 +00:00
"""Constants for the OpenGarage integration."""
CONF_DEVICE_KEY = "device_key"
DEFAULT_NAME = "OpenGarage"
DEFAULT_PORT = 80
DOMAIN = "opengarage"