Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_js.triggers.trigger_helpers Namespace Reference

Functions

bool async_bypass_dynamic_config_validation (HomeAssistant hass, ConfigType config)
 

Detailed Description

Helpers for Z-Wave JS custom triggers.

Function Documentation

◆ async_bypass_dynamic_config_validation()

bool homeassistant.components.zwave_js.triggers.trigger_helpers.async_bypass_dynamic_config_validation ( HomeAssistant  hass,
ConfigType   config 
)
Return whether target zwave_js config entry is not loaded.

Definition at line 15 of file trigger_helpers.py.