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

Namespaces

 binary_sensor
 
 bridge
 
 config_flow
 
 const
 
 device_trigger
 
 diagnostics
 
 errors
 
 event
 
 light
 
 migration
 
 scene
 
 sensor
 
 services
 
 switch
 
 v1
 
 v2
 

Functions

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

Detailed Description

Support for the Philips Hue system.

Function Documentation

◆ async_setup_entry()

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

Definition at line 16 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 107 of file __init__.py.