5 lines
155 B
Python
5 lines
155 B
Python
"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
|
|
|
|
DOMAIN = "monoprice"
|
|
SERVICE_SNAPSHOT = "snapshot"
|
|
SERVICE_RESTORE = "restore"
|