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

Variables

string CURSOR_TYPE_DOWN = "down"
 
string CURSOR_TYPE_LEFT = "left"
 
string CURSOR_TYPE_RETURN = "return"
 
string CURSOR_TYPE_RIGHT = "right"
 
string CURSOR_TYPE_SELECT = "select"
 
string CURSOR_TYPE_UP = "up"
 
int DISCOVER_TIMEOUT = 3
 
string DOMAIN = "yamaha"
 
string KNOWN_ZONES = "known_zones"
 
string SERVICE_ENABLE_OUTPUT = "enable_output"
 
string SERVICE_MENU_CURSOR = "menu_cursor"
 
string SERVICE_SELECT_SCENE = "select_scene"
 

Detailed Description

Constants for the Yamaha component.

Variable Documentation

◆ CURSOR_TYPE_DOWN

string homeassistant.components.yamaha.const.CURSOR_TYPE_DOWN = "down"

Definition at line 6 of file const.py.

◆ CURSOR_TYPE_LEFT

string homeassistant.components.yamaha.const.CURSOR_TYPE_LEFT = "left"

Definition at line 7 of file const.py.

◆ CURSOR_TYPE_RETURN

string homeassistant.components.yamaha.const.CURSOR_TYPE_RETURN = "return"

Definition at line 8 of file const.py.

◆ CURSOR_TYPE_RIGHT

string homeassistant.components.yamaha.const.CURSOR_TYPE_RIGHT = "right"

Definition at line 9 of file const.py.

◆ CURSOR_TYPE_SELECT

string homeassistant.components.yamaha.const.CURSOR_TYPE_SELECT = "select"

Definition at line 10 of file const.py.

◆ CURSOR_TYPE_UP

string homeassistant.components.yamaha.const.CURSOR_TYPE_UP = "up"

Definition at line 11 of file const.py.

◆ DISCOVER_TIMEOUT

int homeassistant.components.yamaha.const.DISCOVER_TIMEOUT = 3

Definition at line 4 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ KNOWN_ZONES

string homeassistant.components.yamaha.const.KNOWN_ZONES = "known_zones"

Definition at line 5 of file const.py.

◆ SERVICE_ENABLE_OUTPUT

string homeassistant.components.yamaha.const.SERVICE_ENABLE_OUTPUT = "enable_output"

Definition at line 12 of file const.py.

◆ SERVICE_MENU_CURSOR

string homeassistant.components.yamaha.const.SERVICE_MENU_CURSOR = "menu_cursor"

Definition at line 13 of file const.py.

◆ SERVICE_SELECT_SCENE

string homeassistant.components.yamaha.const.SERVICE_SELECT_SCENE = "select_scene"

Definition at line 14 of file const.py.