Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.entity_platform.AddEntitiesCallback Class Reference
Inheritance diagram for homeassistant.helpers.entity_platform.AddEntitiesCallback:
[legend]
Collaboration diagram for homeassistant.helpers.entity_platform.AddEntitiesCallback:
[legend]

Public Member Functions

None __call__ (self, Iterable[Entity] new_entities, bool update_before_add=False)
 

Detailed Description

Protocol type for EntityPlatform.add_entities callback.

Definition at line 74 of file entity_platform.py.

Member Function Documentation

◆ __call__()

None homeassistant.helpers.entity_platform.AddEntitiesCallback.__call__ (   self,
Iterable[Entity new_entities,
bool   update_before_add = False 
)
Define add_entities type.

Definition at line 77 of file entity_platform.py.


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