move service constants to const.py, move custom services to monoprice domain (#29099)
This commit is contained in:
parent
c1163283ff
commit
499838d5a7
5 changed files with 24 additions and 21 deletions
5
homeassistant/components/monoprice/const.py
Normal file
5
homeassistant/components/monoprice/const.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
|
||||
|
||||
DOMAIN = "monoprice"
|
||||
SERVICE_SNAPSHOT = "snapshot"
|
||||
SERVICE_RESTORE = "restore"
|
Loading…
Add table
Add a link
Reference in a new issue