mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 18:24:50 -05:00
6 lines
92 B
Python
6 lines
92 B
Python
"""Define constants for the Soma component."""
|
|
|
|
DOMAIN = "soma"
|
|
HOST = "host"
|
|
PORT = "port"
|