Home Assistant Unofficial Reference 2024.12.1
homeassistant.loader.IntegrationNotFound Class Reference
Inheritance diagram for homeassistant.loader.IntegrationNotFound:
[legend]
Collaboration diagram for homeassistant.loader.IntegrationNotFound:
[legend]

Public Member Functions

None __init__ (self, str domain)
 

Public Attributes

 domain
 

Detailed Description

Raised when a component is not found.

Definition at line 1441 of file loader.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.loader.IntegrationNotFound.__init__ (   self,
str  domain 
)
Initialize a component not found error.

Definition at line 1444 of file loader.py.

Member Data Documentation

◆ domain

homeassistant.loader.IntegrationNotFound.domain

Definition at line 1447 of file loader.py.


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