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

Namespaces

 button
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 helpers
 
 number
 
 sensor
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, HomeWizardConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, HomeWizardConfigEntry entry)
 

Variables

 HomeWizardConfigEntry
 

Detailed Description

The Homewizard integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.homewizard.async_setup_entry ( HomeAssistant  hass,
HomeWizardConfigEntry  entry 
)
Set up Homewizard from a config entry.

Definition at line 13 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.homewizard.async_unload_entry ( HomeAssistant  hass,
HomeWizardConfigEntry  entry 
)
Unload a config entry.

Definition at line 44 of file __init__.py.

Variable Documentation

◆ HomeWizardConfigEntry

homeassistant.components.homewizard.HomeWizardConfigEntry

Definition at line 10 of file __init__.py.