Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alexa.flash_briefings Namespace Reference

Classes

class  AlexaFlashBriefingView
 

Functions

None async_setup (HomeAssistant hass, ConfigType flash_briefing_config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string FLASH_BRIEFINGS_API_ENDPOINT = "/api/alexa/flash_briefings/{briefing_id}"
 

Detailed Description

Support for Alexa skill service end point.

Function Documentation

◆ async_setup()

None homeassistant.components.alexa.flash_briefings.async_setup ( HomeAssistant  hass,
ConfigType  flash_briefing_config 
)
Activate Alexa component.

Definition at line 39 of file flash_briefings.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.alexa.flash_briefings._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file flash_briefings.py.

◆ FLASH_BRIEFINGS_API_ENDPOINT

string homeassistant.components.alexa.flash_briefings.FLASH_BRIEFINGS_API_ENDPOINT = "/api/alexa/flash_briefings/{briefing_id}"

Definition at line 35 of file flash_briefings.py.