Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| list[dict[str, str]] | async_get_triggers (HomeAssistant hass, str device_id) |
| ConfigType | async_validate_trigger_config (HomeAssistant hass, ConfigType config) |
Variables | |
| string | CONF_SUBTYPE = "subtype" |
| dictionary | DEVICES |
| dictionary | SUBTYPES |
| TRIGGER_SCHEMA | |
| TRIGGER_TYPES = OUTDOOR_CAMERA_TRIGGERS + INDOOR_CAMERA_TRIGGERS + CLIMATE_TRIGGERS | |
Provides device automations for Netatmo.
| CALLBACK_TYPE homeassistant.components.netatmo.device_trigger.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
Attach a trigger.
Definition at line 134 of file device_trigger.py.
| list[dict[str, str]] homeassistant.components.netatmo.device_trigger.async_get_triggers | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device triggers for Netatmo devices.
Definition at line 93 of file device_trigger.py.
| ConfigType homeassistant.components.netatmo.device_trigger.async_validate_trigger_config | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Validate config.
Definition at line 67 of file device_trigger.py.
| string homeassistant.components.netatmo.device_trigger.CONF_SUBTYPE = "subtype" |
Definition at line 39 of file device_trigger.py.
| dictionary homeassistant.components.netatmo.device_trigger.DEVICES |
Definition at line 41 of file device_trigger.py.
| dictionary homeassistant.components.netatmo.device_trigger.SUBTYPES |
Definition at line 48 of file device_trigger.py.
| homeassistant.components.netatmo.device_trigger.TRIGGER_SCHEMA |
Definition at line 58 of file device_trigger.py.
| homeassistant.components.netatmo.device_trigger.TRIGGER_TYPES = OUTDOOR_CAMERA_TRIGGERS + INDOOR_CAMERA_TRIGGERS + CLIMATE_TRIGGERS |
Definition at line 56 of file device_trigger.py.