Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mqtt.entity._SetupNonEntityHelperCallbackProtocol Class Reference
Inheritance diagram for homeassistant.components.mqtt.entity._SetupNonEntityHelperCallbackProtocol:
[legend]
Collaboration diagram for homeassistant.components.mqtt.entity._SetupNonEntityHelperCallbackProtocol:
[legend]

Public Member Functions

None __call__ (self, ConfigType config, DiscoveryInfoType discovery_data)
 

Detailed Description

Callback protocol for async_setup in async_setup_non_entity_entry_helper.

Definition at line 190 of file entity.py.

Member Function Documentation

◆ __call__()

None homeassistant.components.mqtt.entity._SetupNonEntityHelperCallbackProtocol.__call__ (   self,
ConfigType  config,
DiscoveryInfoType   discovery_data 
)

Definition at line 193 of file entity.py.


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