Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netatmo.webhook Namespace Reference

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
 

Detailed Description

The Netatmo integration.

Function Documentation

◆ async_evaluate_event()

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.

◆ async_handle_webhook()

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.

◆ async_send_event()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.netatmo.webhook._LOGGER = logging.getLogger(__name__)
private

Definition at line 25 of file webhook.py.

◆ SUBEVENT_TYPE_MAP

dictionary homeassistant.components.netatmo.webhook.SUBEVENT_TYPE_MAP
Initial value:
1 = {
2  "outdoor": "",
3  "therm_mode": "",
4 }

Definition at line 27 of file webhook.py.