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

Namespaces

 button
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 light
 
 sensor
 
 switch
 

Functions

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

Variables

 ElgatorConfigEntry
 
list PLATFORMS = [Platform.BUTTON, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH]
 

Detailed Description

Support for Elgato Lights.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.elgato.async_setup_entry ( HomeAssistant  hass,
ElgatorConfigEntry  entry 
)
Set up Elgato Light from a config entry.

Definition at line 14 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.elgato.async_unload_entry ( HomeAssistant  hass,
ElgatorConfigEntry  entry 
)
Unload Elgato Light config entry.

Definition at line 25 of file __init__.py.

Variable Documentation

◆ ElgatorConfigEntry

homeassistant.components.elgato.ElgatorConfigEntry

Definition at line 11 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.elgato.PLATFORMS = [Platform.BUTTON, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH]

Definition at line 9 of file __init__.py.