mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 13:05:35 +01: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"
|