Home Assistant Unofficial Reference 2024.12.1
device_trigger.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lcn.device_trigger
 

Functions

CALLBACK_TYPE homeassistant.components.lcn.device_trigger.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info)
 
dict[str, vol.Schema] homeassistant.components.lcn.device_trigger.async_get_trigger_capabilities (HomeAssistant hass, ConfigType config)
 
list[dict[str, str]] homeassistant.components.lcn.device_trigger.async_get_triggers (HomeAssistant hass, str device_id)
 

Variables

dictionary homeassistant.components.lcn.device_trigger.ACCESS_CONTROL_SCHEMA = {vol.Optional("code"): vol.All(vol.Lower, cv.string)}
 
 homeassistant.components.lcn.device_trigger.LCN_DEVICE_TRIGGER_BASE_SCHEMA
 
dictionary homeassistant.components.lcn.device_trigger.SENDKEYS_SCHEMA
 
dictionary homeassistant.components.lcn.device_trigger.TRANSMITTER_SCHEMA
 
 homeassistant.components.lcn.device_trigger.TRIGGER_SCHEMA
 
dictionary homeassistant.components.lcn.device_trigger.TRIGGER_TYPES = {"transmitter", "transponder", "fingerprint", "codelock", "send_keys"}
 
dictionary homeassistant.components.lcn.device_trigger.TYPE_SCHEMAS