1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-02 12:17:30 +01:00
Files
core/homeassistant/components/soma/const.py
T
Robert Resch 9a97f1e8d2 Use runtime_data in soma integration (#167890)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 12:49:39 +02:00

6 lines
92 B
Python

"""Define constants for the Soma component."""
DOMAIN = "soma"
HOST = "host"
PORT = "port"