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}" |
Support for Alexa skill service end point.
| 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.
|
private |
Definition at line 33 of file flash_briefings.py.
| 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.