Home Assistant Unofficial Reference 2024.12.1
state_report.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.alexa.state_report.AlexaDirective
 
class  homeassistant.components.alexa.state_report.AlexaResponse
 

Namespaces

 homeassistant.components.alexa.state_report
 

Functions

CALLBACK_TYPE|None homeassistant.components.alexa.state_report.async_enable_proactive_mode (HomeAssistant hass, AbstractConfig smart_home_config)
 
aiohttp.ClientResponse homeassistant.components.alexa.state_report.async_send_add_or_update_message (HomeAssistant hass, AbstractConfig config, list[str] entity_ids)
 
None homeassistant.components.alexa.state_report.async_send_changereport_message (HomeAssistant hass, AbstractConfig config, AlexaEntity alexa_entity, list[dict[str, Any]] alexa_properties, *bool invalidate_access_token=True)
 
aiohttp.ClientResponse homeassistant.components.alexa.state_report.async_send_delete_message (HomeAssistant hass, AbstractConfig config, list[str] entity_ids)
 
None homeassistant.components.alexa.state_report.async_send_doorbell_event_message (HomeAssistant hass, AbstractConfig config, AlexaEntity alexa_entity)
 

Variables

 homeassistant.components.alexa.state_report._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.alexa.state_report.DEFAULT_TIMEOUT = 10
 
dictionary homeassistant.components.alexa.state_report.TO_REDACT = {"correlationToken", "token"}