mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05: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"
|