mirror of
https://github.com/home-assistant/core.git
synced 2026-08-17 02:34:48 +01:00
6 lines
92 B
Python
6 lines
92 B
Python
"""Define constants for the Soma component."""
|
|
|
|
DOMAIN = "soma"
|
|
HOST = "host"
|
|
PORT = "port"
|