mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 02:02:56 +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"
|