mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 11:57:05 +00:00
5 lines
130 B
Python
5 lines
130 B
Python
"""Constants for the igloohome integration."""
|
|
|
|
DOMAIN = "igloohome"
|
|
API_ACCESS_URL = "https://access.igloocompany.co/api-access"
|