3 lines
100 B
Python
3 lines
100 B
Python
"""Constants for the Yamaha component."""
|
|
DOMAIN = "yamaha"
|
|
SERVICE_ENABLE_OUTPUT = "enable_output"
|