1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 21:54:27 +01:00
Files
core/homeassistant/components/opengarage/const.py
T
Daniel Hjelseth Høyer a3cae17d88 Open garage sensor (#57976)
2021-10-19 09:05:55 +02:00

8 lines
149 B
Python

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