core/homeassistant/components/squeezebox/const.py

4 lines
104 B
Python
Raw Normal View History

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