mirror of
https://github.com/home-assistant/core.git
synced 2026-07-15 02:23:47 +01:00
9 lines
159 B
Python
9 lines
159 B
Python
"""Constants for the MELCloud Home integration."""
|
|
|
|
DOMAIN = "melcloud_home"
|
|
|
|
WEB_BASE_URL = "https://melcloudhome.com"
|
|
|
|
DEVICE_ATA = "ata"
|
|
DEVICE_ATW = "atw"
|