Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.matter.discovery Namespace Reference

Functions

Generator[MatterEntityInfoasync_discover_entities (MatterEndpoint endpoint)
 
Generator[MatterDiscoverySchemaiter_schemas ()
 

Variables

 SUPPORTED_PLATFORMS = tuple(DISCOVERY_SCHEMAS)
 

Detailed Description

Map Matter Nodes and Attributes to Home Assistant entities.

Function Documentation

◆ async_discover_entities()

Generator[MatterEntityInfo] homeassistant.components.matter.discovery.async_discover_entities ( MatterEndpoint  endpoint)
Run discovery on MatterEndpoint and return matching MatterEntityInfo(s).

Definition at line 59 of file discovery.py.

◆ iter_schemas()

Generator[MatterDiscoverySchema] homeassistant.components.matter.discovery.iter_schemas ( )
Iterate over all available discovery schemas.

Definition at line 52 of file discovery.py.

Variable Documentation

◆ SUPPORTED_PLATFORMS

homeassistant.components.matter.discovery.SUPPORTED_PLATFORMS = tuple(DISCOVERY_SCHEMAS)

Definition at line 48 of file discovery.py.