Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.const .Inputs Class Reference

Static Public Attributes

dictionary VALID_SOUND_MODE_MAP
 
dictionary VALID_SOURCE_NAME_MAP
 

Detailed Description

Valid names for the InputController.

https://developer.amazon.com/docs/device-apis/alexa-property-schemas.html#input

Definition at line 131 of file const.py.

Member Data Documentation

◆ VALID_SOUND_MODE_MAP

dictionary homeassistant.components.alexa.const .Inputs.VALID_SOUND_MODE_MAP
static
Initial value:
= {
"movie": "MOVIE",
"music": "MUSIC",
"night": "NIGHT",
"sport": "SPORT",
"tv": "TV",
}

Definition at line 215 of file const.py.

◆ VALID_SOURCE_NAME_MAP

dictionary homeassistant.components.alexa.const .Inputs.VALID_SOURCE_NAME_MAP
static

Definition at line 137 of file const.py.


The documentation for this class was generated from the following file: