Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.errors.AlexaUnsupportedThermostatModeError Class Reference
Inheritance diagram for homeassistant.components.alexa.errors.AlexaUnsupportedThermostatModeError:
[legend]
Collaboration diagram for homeassistant.components.alexa.errors.AlexaUnsupportedThermostatModeError:
[legend]

Static Public Attributes

string error_type = "UNSUPPORTED_THERMOSTAT_MODE"
 
string namespace = "Alexa.ThermostatController"
 
- Static Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.alexa.errors.AlexaError
None __init__ (self, str error_message, dict[str, Any]|None payload=None)
 
- Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 error_message
 
 payload
 

Detailed Description

Class to represent UnsupportedThermostatMode errors.

Definition at line 87 of file errors.py.

Member Data Documentation

◆ error_type

string homeassistant.components.alexa.errors.AlexaUnsupportedThermostatModeError.error_type = "UNSUPPORTED_THERMOSTAT_MODE"
static

Definition at line 91 of file errors.py.

◆ namespace

string homeassistant.components.alexa.errors.AlexaUnsupportedThermostatModeError.namespace = "Alexa.ThermostatController"
static

Definition at line 90 of file errors.py.


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