4 lines
138 B
Python
4 lines
138 B
Python
"""Constants for the Yamaha component."""
|
|
DOMAIN = "yamaha"
|
|
SERVICE_ENABLE_OUTPUT = "enable_output"
|
|
SERVICE_SELECT_SCENE = "select_scene"
|