Functions | |
| None | async_evaluate_event (HomeAssistant hass, dict event_data) |
| None | async_handle_webhook (HomeAssistant hass, str webhook_id, Request request) |
| None | async_send_event (HomeAssistant hass, str event_type, dict data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | SUBEVENT_TYPE_MAP |
The Netatmo integration.
| None homeassistant.components.netatmo.webhook.async_evaluate_event | ( | HomeAssistant | hass, |
| dict | event_data | ||
| ) |
Evaluate events from webhook.
Definition at line 57 of file webhook.py.
| None homeassistant.components.netatmo.webhook.async_handle_webhook | ( | HomeAssistant | hass, |
| str | webhook_id, | ||
| Request | request | ||
| ) |
Handle webhook callback.
Definition at line 33 of file webhook.py.
| None homeassistant.components.netatmo.webhook.async_send_event | ( | HomeAssistant | hass, |
| str | event_type, | ||
| dict | data | ||
| ) |
Send events.
Definition at line 77 of file webhook.py.
|
private |
Definition at line 25 of file webhook.py.
| dictionary homeassistant.components.netatmo.webhook.SUBEVENT_TYPE_MAP |
Definition at line 27 of file webhook.py.