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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 select
 
 sensor
 
 switch
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The drop_connect integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.drop_connect.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Set up DROP from a config entry.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.drop_connect.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 66 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.drop_connect._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file __init__.py.