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

Public Member Functions

bool async_setup_entry (self, HomeAssistant hass, ConfigEntry config_entry)
 

Detailed Description

Define the format of an integration.

Definition at line 360 of file loader.py.

Member Function Documentation

◆ async_setup_entry()

bool homeassistant.loader.ComponentProtocol.async_setup_entry (   self,
HomeAssistant  hass,
ConfigEntry   config_entry 
)
Set up a config entry.

Definition at line 366 of file loader.py.


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