core/homeassistant/components/yamaha/const.py

4 lines
100 B
Python
Raw Normal View History

"""Constants for the Yamaha component."""
DOMAIN = "yamaha"
SERVICE_ENABLE_OUTPUT = "enable_output"