Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hardware.models.HardwareProtocol Class Reference
Inheritance diagram for homeassistant.components.hardware.models.HardwareProtocol:
[legend]
Collaboration diagram for homeassistant.components.hardware.models.HardwareProtocol:
[legend]

Public Member Functions

list[HardwareInfoasync_info (self, HomeAssistant hass)
 

Detailed Description

Define the format of hardware platforms.

Definition at line 43 of file models.py.

Member Function Documentation

◆ async_info()

list[HardwareInfo] homeassistant.components.hardware.models.HardwareProtocol.async_info (   self,
HomeAssistant  hass 
)
Return info.

Definition at line 47 of file models.py.


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