mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Add missing alexa breaking change (#13845)
This commit is contained in:
parent
b9e2012e87
commit
c18e447f60
@ -538,6 +538,25 @@ Previously the `autobypass` configuration option only worked for `home` and `awa
|
||||
|
||||
([@rajlaud] - [#35669]) ([squeezebox docs])
|
||||
|
||||
- **Alexa**
|
||||
|
||||
Alexa Flash Briefings users must now set a configuration option called `password`, like this:
|
||||
|
||||
```yaml
|
||||
alexa:
|
||||
flash_briefings:
|
||||
password: YOUR_PASSWORD
|
||||
whoishome:
|
||||
- title: Who's at home?
|
||||
# ...
|
||||
```
|
||||
|
||||
If you had configured a flash briefing with the name `password` before, you have to rename it. It is not required anymore to use the legacy `api_password` authentication to use Alexa Flash Briefings.
|
||||
|
||||
You also have to change the endpoint in the Alexa Developer Console to include this password in your URL, like this: `https://YOUR_HOST/api/alexa/flash_briefings/BRIEFING_ID?password=YOUR_PASSWORD`.
|
||||
|
||||
([@Tho85] - [#36789]) ([alexa docs])
|
||||
|
||||
## Farewell to the following
|
||||
|
||||
The integrations below have been removed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user