mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 10:37:40 +00:00
12 lines
259 B
Python
12 lines
259 B
Python
"""Constants for the OpenGarage integration."""
|
|
|
|
ATTR_DISTANCE_SENSOR = "distance_sensor"
|
|
ATTR_DOOR_STATE = "door_state"
|
|
ATTR_SIGNAL_STRENGTH = "wifi_signal"
|
|
|
|
CONF_DEVICE_KEY = "device_key"
|
|
|
|
DEFAULT_NAME = "OpenGarage"
|
|
DEFAULT_PORT = 80
|
|
DOMAIN = "opengarage"
|