Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hardware.hardware Namespace Reference

Functions

None _register_hardware_platform (HomeAssistant hass, str integration_domain, HardwareProtocol platform)
 
None async_process_hardware_platforms (HomeAssistant hass)
 

Detailed Description

The Hardware integration.

Function Documentation

◆ _register_hardware_platform()

None homeassistant.components.hardware.hardware._register_hardware_platform ( HomeAssistant  hass,
str  integration_domain,
HardwareProtocol   platform 
)
private
Register a hardware platform.

Definition at line 25 of file hardware.py.

◆ async_process_hardware_platforms()

None homeassistant.components.hardware.hardware.async_process_hardware_platforms ( HomeAssistant  hass)
Start processing hardware platforms.

Definition at line 15 of file hardware.py.