mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 04:06:41 +01:00
9a97f1e8d2
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
92 B
Python
6 lines
92 B
Python
"""Define constants for the Soma component."""
|
|
|
|
DOMAIN = "soma"
|
|
HOST = "host"
|
|
PORT = "port"
|