mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 07:06:19 +01:00
8 lines
205 B
Python
8 lines
205 B
Python
"""Constants for integration."""
|
|
|
|
DOMAIN = "gogogate2"
|
|
DATA_UPDATE_COORDINATOR = "data_update_coordinator"
|
|
DEVICE_TYPE_GOGOGATE2 = "gogogate2"
|
|
DEVICE_TYPE_ISMARTGATE = "ismartgate"
|
|
MANUFACTURER = "Remsol"
|