1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-10 16:19:29 +01:00
Files
core/homeassistant/components/squeezebox/const.py
T
2019-11-27 13:54:00 +01:00

4 lines
104 B
Python

"""Constants for the Squeezebox component."""
DOMAIN = "squeezebox"
SERVICE_CALL_METHOD = "call_method"