mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
8 lines
154 B
Python
8 lines
154 B
Python
"""Constants for integration."""
|
|
|
|
DOMAIN = "gogogate2"
|
|
|
|
DEVICE_TYPE_GOGOGATE2 = "gogogate2"
|
|
DEVICE_TYPE_ISMARTGATE = "ismartgate"
|
|
MANUFACTURER = "Remsol"
|