Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.light.intent Namespace Reference

Functions

None async_setup_intents (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string INTENT_SET = "HassLightSet"
 

Detailed Description

Intents for the light integration.

Function Documentation

◆ async_setup_intents()

None homeassistant.components.light.intent.async_setup_intents ( HomeAssistant  hass)
Set up the light intents.

Definition at line 21 of file intent.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.light.intent._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file intent.py.

◆ INTENT_SET

string homeassistant.components.light.intent.INTENT_SET = "HassLightSet"

Definition at line 18 of file intent.py.