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

Classes

class  LightSwitch
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Detailed Description

Light support for switch entities.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.switch_as_x.light.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Initialize Light Switch config entry.

Definition at line 19 of file light.py.