mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
18 lines
383 B
Python
18 lines
383 B
Python
"""Constants for the Monoprice 6-Zone Amplifier Media Player component."""
|
|
|
|
DOMAIN = "monoprice"
|
|
|
|
CONF_SOURCES = "sources"
|
|
|
|
CONF_SOURCE_1 = "source_1"
|
|
CONF_SOURCE_2 = "source_2"
|
|
CONF_SOURCE_3 = "source_3"
|
|
CONF_SOURCE_4 = "source_4"
|
|
CONF_SOURCE_5 = "source_5"
|
|
CONF_SOURCE_6 = "source_6"
|
|
|
|
CONF_NOT_FIRST_RUN = "not_first_run"
|
|
|
|
SERVICE_SNAPSHOT = "snapshot"
|
|
SERVICE_RESTORE = "restore"
|