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

Classes

class  SCSGateLight
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 PLATFORM_SCHEMA
 

Detailed Description

Support for SCSGate lights.

Function Documentation

◆ setup_platform()

None homeassistant.components.scsgate.light.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the SCSGate switches.

Definition at line 29 of file light.py.

Variable Documentation

◆ PLATFORM_SCHEMA

homeassistant.components.scsgate.light.PLATFORM_SCHEMA
Initial value:
1 = LIGHT_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_DEVICES): cv.schema_with_slug_keys(SCSGATE_SCHEMA)}
3 )

Definition at line 24 of file light.py.