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

Namespaces

 climate
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 light
 
 media_player
 
 models
 
 sensor
 

Classes

class  LookinUDPManager
 

Functions

Callable[[], Coroutine[None, Any, Remote]] _async_climate_updater (LookInHttpProtocol lookin_protocol, str uuid)
 
Callable[[], Coroutine[None, Any, Remote]] _async_remote_updater (LookInHttpProtocol lookin_protocol, str uuid)
 
bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 LOGGER = logging.getLogger(__name__)
 
string UDP_MANAGER = "udp_manager"
 

Detailed Description

The lookin integration.

Function Documentation

◆ _async_climate_updater()

Callable[[], Coroutine[None, Any, Remote]] homeassistant.components.lookin._async_climate_updater ( LookInHttpProtocol  lookin_protocol,
str  uuid 
)
private
Create a function to capture the cell variable.

Definition at line 44 of file __init__.py.

◆ _async_remote_updater()

Callable[[], Coroutine[None, Any, Remote]] homeassistant.components.lookin._async_remote_updater ( LookInHttpProtocol  lookin_protocol,
str  uuid 
)
private
Create a function to capture the cell variable.

Definition at line 56 of file __init__.py.

◆ async_remove_config_entry_device()

bool homeassistant.components.lookin.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  entry,
dr.DeviceEntry   device_entry 
)
Remove lookin config entry from a device.

Definition at line 204 of file __init__.py.

◆ async_setup_entry()

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

Definition at line 94 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 188 of file __init__.py.

Variable Documentation

◆ LOGGER

homeassistant.components.lookin.LOGGER = logging.getLogger(__name__)

Definition at line 39 of file __init__.py.

◆ UDP_MANAGER

string homeassistant.components.lookin.UDP_MANAGER = "udp_manager"

Definition at line 41 of file __init__.py.