1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-03 15:13:54 +01:00
Files
core/homeassistant/components/soma/const.py

9 lines
125 B
Python

"""Define constants for the Soma component."""
DOMAIN = "soma"
HOST = "host"
PORT = "port"
API = "api"
DEVICES = "devices"