Home Assistant Unofficial Reference 2024.12.1
event.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zwave_js.triggers.event
 

Functions

CALLBACK_TYPE homeassistant.components.zwave_js.triggers.event.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info, *str platform_type=PLATFORM_TYPE)
 
ConfigType homeassistant.components.zwave_js.triggers.event.async_validate_trigger_config (HomeAssistant hass, ConfigType config)
 
dict homeassistant.components.zwave_js.triggers.event.validate_event_data (dict obj)
 
dict homeassistant.components.zwave_js.triggers.event.validate_event_name (dict obj)
 
dict homeassistant.components.zwave_js.triggers.event.validate_non_node_event_source (dict obj)
 

Variables

string homeassistant.components.zwave_js.triggers.event.PLATFORM_TYPE = f"{DOMAIN}.{__name__.rsplit('.', maxsplit=1)[-1]}"
 
 homeassistant.components.zwave_js.triggers.event.TRIGGER_SCHEMA