Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.diagnostics.DiagnosticsProtocol Class Reference
Inheritance diagram for homeassistant.components.diagnostics.DiagnosticsProtocol:
[legend]
Collaboration diagram for homeassistant.components.diagnostics.DiagnosticsProtocol:
[legend]

Public Member Functions

Mapping[str, Any] async_get_config_entry_diagnostics (self, HomeAssistant hass, ConfigEntry config_entry)
 

Detailed Description

Define the format that diagnostics platforms can have.

Definition at line 88 of file __init__.py.

Member Function Documentation

◆ async_get_config_entry_diagnostics()

Mapping[str, Any] homeassistant.components.diagnostics.DiagnosticsProtocol.async_get_config_entry_diagnostics (   self,
HomeAssistant  hass,
ConfigEntry   config_entry 
)
Return diagnostics for a config entry.

Definition at line 91 of file __init__.py.


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