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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 entity
 
 sensor
 
 types
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The Oncue integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.oncue.async_setup_entry ( HomeAssistant  hass,
OncueConfigEntry  entry 
)
Set up Oncue from a config entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.oncue.async_unload_entry ( HomeAssistant  hass,
OncueConfigEntry  entry 
)
Unload a config entry.

Definition at line 59 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 21 of file __init__.py.