Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kitchen_sink.switch Namespace Reference

Classes

class  DemoSwitch
 

Functions

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

Detailed Description

Demo platform that has some fake switches.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.kitchen_sink.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the demo switch platform.

Definition at line 17 of file switch.py.