Home Assistant Unofficial Reference 2024.12.1
value_updated.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zwave_js.triggers.value_updated
 

Functions

CALLBACK_TYPE homeassistant.components.zwave_js.triggers.value_updated.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info, *str platform_type=PLATFORM_TYPE)
 
ConfigType homeassistant.components.zwave_js.triggers.value_updated.async_validate_trigger_config (HomeAssistant hass, ConfigType config)
 

Variables

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