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" |
The Home Assistant Hardware integration.
| bool homeassistant.components.homeassistant_hardware.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the component.
Definition at line 13 of file __init__.py.
| homeassistant.components.homeassistant_hardware.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 10 of file __init__.py.
| string homeassistant.components.homeassistant_hardware.DOMAIN = "homeassistant_hardware" |
Definition at line 9 of file __init__.py.