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

Public Member Functions

None __init__ (self, HomeAssistant hass, float temp, float min_temp, float max_temp)
 
- Public Member Functions inherited from homeassistant.components.alexa.errors.AlexaError
None __init__ (self, str error_message, dict[str, Any]|None payload=None)
 

Static Public Attributes

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

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.alexa.errors.AlexaError
 error_message
 
 payload
 

Detailed Description

Class to represent TempRange errors.

Definition at line 101 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.alexa.errors.AlexaTempRangeError.__init__ (   self,
HomeAssistant  hass,
float  temp,
float  min_temp,
float   max_temp 
)
Initialize TempRange error.

Definition at line 107 of file errors.py.

Member Data Documentation

◆ error_type

string homeassistant.components.alexa.errors.AlexaTempRangeError.error_type = "TEMPERATURE_VALUE_OUT_OF_RANGE"
static

Definition at line 105 of file errors.py.

◆ namespace

string homeassistant.components.alexa.errors.AlexaTempRangeError.namespace = "Alexa"
static

Definition at line 104 of file errors.py.


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