Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.yamaha.const
 

Variables

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