Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.resources.AlexaGlobalCatalog Class Reference
Collaboration diagram for homeassistant.components.alexa.resources.AlexaGlobalCatalog:
[legend]

Static Public Attributes

string DEVICE_NAME_AIR_PURIFIER = "Alexa.DeviceName.AirPurifier"
 
string DEVICE_NAME_FAN = "Alexa.DeviceName.Fan"
 
string DEVICE_NAME_ROUTER = "Alexa.DeviceName.Router"
 
string DEVICE_NAME_SHADE = "Alexa.DeviceName.Shade"
 
string DEVICE_NAME_SHOWER = "Alexa.DeviceName.Shower"
 
string DEVICE_NAME_SPACE_HEATER = "Alexa.DeviceName.SpaceHeater"
 
string DEVICE_NAME_WASHER = "Alexa.DeviceName.Washer"
 
string SETTING_2G_GUEST_WIFI = "Alexa.Setting.2GGuestWiFi"
 
string SETTING_5G_GUEST_WIFI = "Alexa.Setting.5GGuestWiFi"
 
string SETTING_AUTO = "Alexa.Setting.Auto"
 
string SETTING_DIRECTION = "Alexa.Setting.Direction"
 
string SETTING_DRY_CYCLE = "Alexa.Setting.DryCycle"
 
string SETTING_FAN_SPEED = "Alexa.Setting.FanSpeed"
 
string SETTING_GUEST_WIFI = "Alexa.Setting.GuestWiFi"
 
string SETTING_HEAT = "Alexa.Setting.Heat"
 
string SETTING_MODE = "Alexa.Setting.Mode"
 
string SETTING_NIGHT = "Alexa.Setting.Night"
 
string SETTING_OPENING = "Alexa.Setting.Opening"
 
string SETTING_OSCILLATE = "Alexa.Setting.Oscillate"
 
string SETTING_PRESET = "Alexa.Setting.Preset"
 
string SETTING_QUIET = "Alexa.Setting.Quiet"
 
string SETTING_TEMPERATURE = "Alexa.Setting.Temperature"
 
string SETTING_WASH_CYCLE = "Alexa.Setting.WashCycle"
 
string SETTING_WATER_TEMPERATURE = "Alexa.Setting.WaterTemperature"
 
string SHOWER_HAND_HELD = "Alexa.Shower.HandHeld"
 
string SHOWER_RAIN_HEAD = "Alexa.Shower.RainHead"
 
string UNIT_ANGLE_DEGREES = "Alexa.Unit.Angle.Degrees"
 
string UNIT_ANGLE_RADIANS = "Alexa.Unit.Angle.Radians"
 
string UNIT_DISTANCE_FEET = "Alexa.Unit.Distance.Feet"
 
string UNIT_DISTANCE_INCHES = "Alexa.Unit.Distance.Inches"
 
string UNIT_DISTANCE_KILOMETERS = "Alexa.Unit.Distance.Kilometers"
 
string UNIT_DISTANCE_METERS = "Alexa.Unit.Distance.Meters"
 
string UNIT_DISTANCE_MILES = "Alexa.Unit.Distance.Miles"
 
string UNIT_DISTANCE_YARDS = "Alexa.Unit.Distance.Yards"
 
string UNIT_MASS_GRAMS = "Alexa.Unit.Mass.Grams"
 
string UNIT_MASS_KILOGRAMS = "Alexa.Unit.Mass.Kilograms"
 
string UNIT_PERCENT = "Alexa.Unit.Percent"
 
string UNIT_TEMPERATURE_CELSIUS = "Alexa.Unit.Temperature.Celsius"
 
string UNIT_TEMPERATURE_DEGREES = "Alexa.Unit.Temperature.Degrees"
 
string UNIT_TEMPERATURE_FAHRENHEIT = "Alexa.Unit.Temperature.Fahrenheit"
 
string UNIT_TEMPERATURE_KELVIN = "Alexa.Unit.Temperature.Kelvin"
 
string UNIT_VOLUME_CUBIC_FEET = "Alexa.Unit.Volume.CubicFeet"
 
string UNIT_VOLUME_CUBIC_METERS = "Alexa.Unit.Volume.CubicMeters"
 
string UNIT_VOLUME_GALLONS = "Alexa.Unit.Volume.Gallons"
 
string UNIT_VOLUME_LITERS = "Alexa.Unit.Volume.Liters"
 
string UNIT_VOLUME_PINTS = "Alexa.Unit.Volume.Pints"
 
string UNIT_VOLUME_QUARTS = "Alexa.Unit.Volume.Quarts"
 
string UNIT_WEIGHT_OUNCES = "Alexa.Unit.Weight.Ounces"
 
string UNIT_WEIGHT_POUNDS = "Alexa.Unit.Weight.Pounds"
 
string VALUE_CLOSE = "Alexa.Value.Close"
 
string VALUE_DELICATE = "Alexa.Value.Delicate"
 
string VALUE_HIGH = "Alexa.Value.High"
 
string VALUE_LOW = "Alexa.Value.Low"
 
string VALUE_MAXIMUM = "Alexa.Value.Maximum"
 
string VALUE_MEDIUM = "Alexa.Value.Medium"
 
string VALUE_MINIMUM = "Alexa.Value.Minimum"
 
string VALUE_OPEN = "Alexa.Value.Open"
 
string VALUE_QUICK_WASH = "Alexa.Value.QuickWash"
 

Detailed Description

The Global Alexa catalog.

https://developer.amazon.com/docs/device-apis/resources-and-assets.html#global-alexa-catalog

You can use the global Alexa catalog for pre-defined names of devices, settings,
values, and units.

This catalog is localized into all the languages that Alexa supports.
You can reference the following catalog of pre-defined friendly names.

Each item in the following list is an asset identifier followed by its
supported friendly names. The first friendly name for each identifier is
the one displayed in the Alexa mobile app.

Definition at line 6 of file resources.py.

Member Data Documentation

◆ DEVICE_NAME_AIR_PURIFIER

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_AIR_PURIFIER = "Alexa.DeviceName.AirPurifier"
static

Definition at line 23 of file resources.py.

◆ DEVICE_NAME_FAN

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_FAN = "Alexa.DeviceName.Fan"
static

Definition at line 26 of file resources.py.

◆ DEVICE_NAME_ROUTER

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_ROUTER = "Alexa.DeviceName.Router"
static

Definition at line 29 of file resources.py.

◆ DEVICE_NAME_SHADE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_SHADE = "Alexa.DeviceName.Shade"
static

Definition at line 33 of file resources.py.

◆ DEVICE_NAME_SHOWER

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_SHOWER = "Alexa.DeviceName.Shower"
static

Definition at line 36 of file resources.py.

◆ DEVICE_NAME_SPACE_HEATER

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_SPACE_HEATER = "Alexa.DeviceName.SpaceHeater"
static

Definition at line 39 of file resources.py.

◆ DEVICE_NAME_WASHER

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.DEVICE_NAME_WASHER = "Alexa.DeviceName.Washer"
static

Definition at line 42 of file resources.py.

◆ SETTING_2G_GUEST_WIFI

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_2G_GUEST_WIFI = "Alexa.Setting.2GGuestWiFi"
static

Definition at line 45 of file resources.py.

◆ SETTING_5G_GUEST_WIFI

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_5G_GUEST_WIFI = "Alexa.Setting.5GGuestWiFi"
static

Definition at line 48 of file resources.py.

◆ SETTING_AUTO

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_AUTO = "Alexa.Setting.Auto"
static

Definition at line 51 of file resources.py.

◆ SETTING_DIRECTION

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_DIRECTION = "Alexa.Setting.Direction"
static

Definition at line 54 of file resources.py.

◆ SETTING_DRY_CYCLE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_DRY_CYCLE = "Alexa.Setting.DryCycle"
static

Definition at line 57 of file resources.py.

◆ SETTING_FAN_SPEED

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_FAN_SPEED = "Alexa.Setting.FanSpeed"
static

Definition at line 60 of file resources.py.

◆ SETTING_GUEST_WIFI

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_GUEST_WIFI = "Alexa.Setting.GuestWiFi"
static

Definition at line 63 of file resources.py.

◆ SETTING_HEAT

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_HEAT = "Alexa.Setting.Heat"
static

Definition at line 66 of file resources.py.

◆ SETTING_MODE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_MODE = "Alexa.Setting.Mode"
static

Definition at line 69 of file resources.py.

◆ SETTING_NIGHT

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_NIGHT = "Alexa.Setting.Night"
static

Definition at line 72 of file resources.py.

◆ SETTING_OPENING

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_OPENING = "Alexa.Setting.Opening"
static

Definition at line 75 of file resources.py.

◆ SETTING_OSCILLATE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_OSCILLATE = "Alexa.Setting.Oscillate"
static

Definition at line 78 of file resources.py.

◆ SETTING_PRESET

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_PRESET = "Alexa.Setting.Preset"
static

Definition at line 81 of file resources.py.

◆ SETTING_QUIET

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_QUIET = "Alexa.Setting.Quiet"
static

Definition at line 84 of file resources.py.

◆ SETTING_TEMPERATURE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_TEMPERATURE = "Alexa.Setting.Temperature"
static

Definition at line 87 of file resources.py.

◆ SETTING_WASH_CYCLE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_WASH_CYCLE = "Alexa.Setting.WashCycle"
static

Definition at line 90 of file resources.py.

◆ SETTING_WATER_TEMPERATURE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SETTING_WATER_TEMPERATURE = "Alexa.Setting.WaterTemperature"
static

Definition at line 93 of file resources.py.

◆ SHOWER_HAND_HELD

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SHOWER_HAND_HELD = "Alexa.Shower.HandHeld"
static

Definition at line 96 of file resources.py.

◆ SHOWER_RAIN_HEAD

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.SHOWER_RAIN_HEAD = "Alexa.Shower.RainHead"
static

Definition at line 99 of file resources.py.

◆ UNIT_ANGLE_DEGREES

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_ANGLE_DEGREES = "Alexa.Unit.Angle.Degrees"
static

Definition at line 102 of file resources.py.

◆ UNIT_ANGLE_RADIANS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_ANGLE_RADIANS = "Alexa.Unit.Angle.Radians"
static

Definition at line 105 of file resources.py.

◆ UNIT_DISTANCE_FEET

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_FEET = "Alexa.Unit.Distance.Feet"
static

Definition at line 108 of file resources.py.

◆ UNIT_DISTANCE_INCHES

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_INCHES = "Alexa.Unit.Distance.Inches"
static

Definition at line 111 of file resources.py.

◆ UNIT_DISTANCE_KILOMETERS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_KILOMETERS = "Alexa.Unit.Distance.Kilometers"
static

Definition at line 114 of file resources.py.

◆ UNIT_DISTANCE_METERS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_METERS = "Alexa.Unit.Distance.Meters"
static

Definition at line 117 of file resources.py.

◆ UNIT_DISTANCE_MILES

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_MILES = "Alexa.Unit.Distance.Miles"
static

Definition at line 120 of file resources.py.

◆ UNIT_DISTANCE_YARDS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_DISTANCE_YARDS = "Alexa.Unit.Distance.Yards"
static

Definition at line 123 of file resources.py.

◆ UNIT_MASS_GRAMS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_MASS_GRAMS = "Alexa.Unit.Mass.Grams"
static

Definition at line 126 of file resources.py.

◆ UNIT_MASS_KILOGRAMS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_MASS_KILOGRAMS = "Alexa.Unit.Mass.Kilograms"
static

Definition at line 129 of file resources.py.

◆ UNIT_PERCENT

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_PERCENT = "Alexa.Unit.Percent"
static

Definition at line 132 of file resources.py.

◆ UNIT_TEMPERATURE_CELSIUS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_TEMPERATURE_CELSIUS = "Alexa.Unit.Temperature.Celsius"
static

Definition at line 135 of file resources.py.

◆ UNIT_TEMPERATURE_DEGREES

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_TEMPERATURE_DEGREES = "Alexa.Unit.Temperature.Degrees"
static

Definition at line 138 of file resources.py.

◆ UNIT_TEMPERATURE_FAHRENHEIT

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_TEMPERATURE_FAHRENHEIT = "Alexa.Unit.Temperature.Fahrenheit"
static

Definition at line 141 of file resources.py.

◆ UNIT_TEMPERATURE_KELVIN

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_TEMPERATURE_KELVIN = "Alexa.Unit.Temperature.Kelvin"
static

Definition at line 144 of file resources.py.

◆ UNIT_VOLUME_CUBIC_FEET

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_CUBIC_FEET = "Alexa.Unit.Volume.CubicFeet"
static

Definition at line 147 of file resources.py.

◆ UNIT_VOLUME_CUBIC_METERS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_CUBIC_METERS = "Alexa.Unit.Volume.CubicMeters"
static

Definition at line 150 of file resources.py.

◆ UNIT_VOLUME_GALLONS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_GALLONS = "Alexa.Unit.Volume.Gallons"
static

Definition at line 153 of file resources.py.

◆ UNIT_VOLUME_LITERS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_LITERS = "Alexa.Unit.Volume.Liters"
static

Definition at line 156 of file resources.py.

◆ UNIT_VOLUME_PINTS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_PINTS = "Alexa.Unit.Volume.Pints"
static

Definition at line 159 of file resources.py.

◆ UNIT_VOLUME_QUARTS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_VOLUME_QUARTS = "Alexa.Unit.Volume.Quarts"
static

Definition at line 162 of file resources.py.

◆ UNIT_WEIGHT_OUNCES

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_WEIGHT_OUNCES = "Alexa.Unit.Weight.Ounces"
static

Definition at line 165 of file resources.py.

◆ UNIT_WEIGHT_POUNDS

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.UNIT_WEIGHT_POUNDS = "Alexa.Unit.Weight.Pounds"
static

Definition at line 168 of file resources.py.

◆ VALUE_CLOSE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_CLOSE = "Alexa.Value.Close"
static

Definition at line 171 of file resources.py.

◆ VALUE_DELICATE

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_DELICATE = "Alexa.Value.Delicate"
static

Definition at line 174 of file resources.py.

◆ VALUE_HIGH

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_HIGH = "Alexa.Value.High"
static

Definition at line 177 of file resources.py.

◆ VALUE_LOW

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_LOW = "Alexa.Value.Low"
static

Definition at line 180 of file resources.py.

◆ VALUE_MAXIMUM

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_MAXIMUM = "Alexa.Value.Maximum"
static

Definition at line 183 of file resources.py.

◆ VALUE_MEDIUM

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_MEDIUM = "Alexa.Value.Medium"
static

Definition at line 186 of file resources.py.

◆ VALUE_MINIMUM

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_MINIMUM = "Alexa.Value.Minimum"
static

Definition at line 189 of file resources.py.

◆ VALUE_OPEN

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_OPEN = "Alexa.Value.Open"
static

Definition at line 192 of file resources.py.

◆ VALUE_QUICK_WASH

string homeassistant.components.alexa.resources.AlexaGlobalCatalog.VALUE_QUICK_WASH = "Alexa.Value.QuickWash"
static

Definition at line 195 of file resources.py.


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