Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Yamaha component."""
2
3
DOMAIN =
"yamaha"
4
DISCOVER_TIMEOUT = 3
5
KNOWN_ZONES =
"known_zones"
6
CURSOR_TYPE_DOWN =
"down"
7
CURSOR_TYPE_LEFT =
"left"
8
CURSOR_TYPE_RETURN =
"return"
9
CURSOR_TYPE_RIGHT =
"right"
10
CURSOR_TYPE_SELECT =
"select"
11
CURSOR_TYPE_UP =
"up"
12
SERVICE_ENABLE_OUTPUT =
"enable_output"
13
SERVICE_MENU_CURSOR =
"menu_cursor"
14
SERVICE_SELECT_SCENE =
"select_scene"
core
homeassistant
components
yamaha
const.py
Generated by
1.9.1