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

Namespaces

 button
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 
 switch
 

Functions

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

Variables

 PyLoadConfigEntry
 

Detailed Description

The pyLoad integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.pyload.async_setup_entry ( HomeAssistant  hass,
PyLoadConfigEntry  entry 
)
Set up pyLoad from a config entry.

Definition at line 31 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.pyload.async_unload_entry ( HomeAssistant  hass,
PyLoadConfigEntry  entry 
)
Unload a config entry.

Definition at line 79 of file __init__.py.

Variable Documentation

◆ PyLoadConfigEntry

homeassistant.components.pyload.PyLoadConfigEntry

Definition at line 28 of file __init__.py.