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

Namespaces

 config_flow
 
 const
 
 diagnostics
 
 light
 
 scene
 
 switch
 
 trigger
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for the LiteJet lighting system.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.litejet.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up LiteJet via a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 48 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 14 of file __init__.py.