1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-25 17:56:30 +01:00
Files
core/homeassistant/components/monoprice/const.py
T

6 lines
155 B
Python

"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
DOMAIN = "monoprice"
SERVICE_SNAPSHOT = "snapshot"
SERVICE_RESTORE = "restore"