Files
core/homeassistant/components/yamaha/const.py
2020-06-08 19:31:58 +02:00

5 lines
138 B
Python

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