mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +00:00
6 lines
155 B
Python
6 lines
155 B
Python
"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
|
|
|
|
DOMAIN = "monoprice"
|
|
SERVICE_SNAPSHOT = "snapshot"
|
|
SERVICE_RESTORE = "restore"
|