mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
9 lines
125 B
Python
9 lines
125 B
Python
"""Define constants for the Soma component."""
|
|
|
|
DOMAIN = "soma"
|
|
HOST = "host"
|
|
PORT = "port"
|
|
API = "api"
|
|
|
|
DEVICES = "devices"
|