Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| dict[str, vol.Schema] | async_get_trigger_capabilities (HomeAssistant hass, ConfigType config) |
| list[dict[str, str]] | async_get_triggers (HomeAssistant hass, str device_id) |
Variables | |
| CURRENT_TRIGGER_SCHEMA | |
| HVAC_MODE_TRIGGER_SCHEMA | |
| TRIGGER_SCHEMA = vol.Any(HVAC_MODE_TRIGGER_SCHEMA, CURRENT_TRIGGER_SCHEMA) | |
| dictionary | TRIGGER_TYPES |
Provides device automations for Climate.
| CALLBACK_TYPE homeassistant.components.climate.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 111 of file device_trigger.py.
| dict[str, vol.Schema] homeassistant.components.climate.device_trigger.async_get_trigger_capabilities | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
List trigger capabilities.
Definition at line 167 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.climate.device_trigger.async_get_triggers | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device triggers for Climate devices.
Definition at line 63 of file device_trigger.py.
| homeassistant.components.climate.device_trigger.CURRENT_TRIGGER_SCHEMA |
Definition at line 45 of file device_trigger.py.
| homeassistant.components.climate.device_trigger.HVAC_MODE_TRIGGER_SCHEMA |
Definition at line 36 of file device_trigger.py.
| homeassistant.components.climate.device_trigger.TRIGGER_SCHEMA = vol.Any(HVAC_MODE_TRIGGER_SCHEMA, CURRENT_TRIGGER_SCHEMA) |
Definition at line 60 of file device_trigger.py.
| dictionary homeassistant.components.climate.device_trigger.TRIGGER_TYPES |
Definition at line 30 of file device_trigger.py.