Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.monoprice.const Namespace Reference

Variables

string CONF_NOT_FIRST_RUN = "not_first_run"
 
string CONF_SOURCE_1 = "source_1"
 
string CONF_SOURCE_2 = "source_2"
 
string CONF_SOURCE_3 = "source_3"
 
string CONF_SOURCE_4 = "source_4"
 
string CONF_SOURCE_5 = "source_5"
 
string CONF_SOURCE_6 = "source_6"
 
string CONF_SOURCES = "sources"
 
string DOMAIN = "monoprice"
 
string FIRST_RUN = "first_run"
 
string MONOPRICE_OBJECT = "monoprice_object"
 
string SERVICE_RESTORE = "restore"
 
string SERVICE_SNAPSHOT = "snapshot"
 
string UNDO_UPDATE_LISTENER = "update_update_listener"
 

Detailed Description

Constants for the Monoprice 6-Zone Amplifier Media Player component.

Variable Documentation

◆ CONF_NOT_FIRST_RUN

string homeassistant.components.monoprice.const.CONF_NOT_FIRST_RUN = "not_first_run"

Definition at line 14 of file const.py.

◆ CONF_SOURCE_1

string homeassistant.components.monoprice.const.CONF_SOURCE_1 = "source_1"

Definition at line 7 of file const.py.

◆ CONF_SOURCE_2

string homeassistant.components.monoprice.const.CONF_SOURCE_2 = "source_2"

Definition at line 8 of file const.py.

◆ CONF_SOURCE_3

string homeassistant.components.monoprice.const.CONF_SOURCE_3 = "source_3"

Definition at line 9 of file const.py.

◆ CONF_SOURCE_4

string homeassistant.components.monoprice.const.CONF_SOURCE_4 = "source_4"

Definition at line 10 of file const.py.

◆ CONF_SOURCE_5

string homeassistant.components.monoprice.const.CONF_SOURCE_5 = "source_5"

Definition at line 11 of file const.py.

◆ CONF_SOURCE_6

string homeassistant.components.monoprice.const.CONF_SOURCE_6 = "source_6"

Definition at line 12 of file const.py.

◆ CONF_SOURCES

string homeassistant.components.monoprice.const.CONF_SOURCES = "sources"

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.monoprice.const.DOMAIN = "monoprice"

Definition at line 3 of file const.py.

◆ FIRST_RUN

string homeassistant.components.monoprice.const.FIRST_RUN = "first_run"

Definition at line 19 of file const.py.

◆ MONOPRICE_OBJECT

string homeassistant.components.monoprice.const.MONOPRICE_OBJECT = "monoprice_object"

Definition at line 20 of file const.py.

◆ SERVICE_RESTORE

string homeassistant.components.monoprice.const.SERVICE_RESTORE = "restore"

Definition at line 17 of file const.py.

◆ SERVICE_SNAPSHOT

string homeassistant.components.monoprice.const.SERVICE_SNAPSHOT = "snapshot"

Definition at line 16 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.monoprice.const.UNDO_UPDATE_LISTENER = "update_update_listener"

Definition at line 21 of file const.py.