mirror of
https://github.com/home-assistant/core.git
synced 2025-06-04 13:17:06 +00:00
5 lines
138 B
Python
5 lines
138 B
Python
"""Constants for the Yamaha component."""
|
|
DOMAIN = "yamaha"
|
|
SERVICE_ENABLE_OUTPUT = "enable_output"
|
|
SERVICE_SELECT_SCENE = "select_scene"
|