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"