move service constants to const.py, move custom services to monoprice domain (#29099)

This commit is contained in:
Raman Gupta 2019-11-26 13:07:29 -05:00 committed by Paulus Schoutsen
parent c1163283ff
commit 499838d5a7
5 changed files with 24 additions and 21 deletions

View file

@ -0,0 +1,5 @@
"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
DOMAIN = "monoprice"
SERVICE_SNAPSHOT = "snapshot"
SERVICE_RESTORE = "restore"