8 lines
125 B
Python
8 lines
125 B
Python
"""Define constants for the Soma component."""
|
|
|
|
DOMAIN = "soma"
|
|
HOST = "host"
|
|
PORT = "port"
|
|
API = "api"
|
|
|
|
DEVICES = "devices"
|