Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the OpenGarage integration."""
2 
3 CONF_DEVICE_KEY = "device_key"
4 
5 DEFAULT_NAME = "OpenGarage"
6 DEFAULT_PORT = 80
7 DOMAIN = "opengarage"