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

Static Public Attributes

 translation_domain = HOMEASSISTANT_DOMAIN
 
string translation_key = "no_heaters"
 
- Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 bool
 
 None
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.exceptions.IntegrationError
str __str__ (self)
 
- Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError
None __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None)
 
- Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 generate_message
 
 translation_domain
 
 translation_key
 
 translation_placeholders
 

Detailed Description

Raise exception if no heaters are found.

Definition at line 14 of file errors.py.

Member Data Documentation

◆ translation_domain

homeassistant.components.incomfort.errors.NoHeaters.translation_domain = HOMEASSISTANT_DOMAIN
static

Definition at line 17 of file errors.py.

◆ translation_key

string homeassistant.components.incomfort.errors.NoHeaters.translation_key = "no_heaters"
static

Definition at line 18 of file errors.py.


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