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

Namespaces

 const
 
 firmware_config_flow
 
 silabs_multiprotocol_addon
 
 util
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string DOMAIN = "homeassistant_hardware"
 

Detailed Description

The Home Assistant Hardware integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.homeassistant_hardware.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the component.

Definition at line 13 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.homeassistant_hardware.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 10 of file __init__.py.

◆ DOMAIN

string homeassistant.components.homeassistant_hardware.DOMAIN = "homeassistant_hardware"

Definition at line 9 of file __init__.py.