1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-15 02:23:47 +01:00
Files
2026-07-08 23:39:53 +02:00

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"