mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 17:40:11 +00:00
7 lines
146 B
Python
7 lines
146 B
Python
"""Constants used by the JuiceNet component."""
|
|
|
|
DOMAIN = "juicenet"
|
|
|
|
JUICENET_API = "juicenet_api"
|
|
JUICENET_COORDINATOR = "juicenet_coordinator"
|