Add script to compare alexa locales with upstream (#114247)
* Add script to compare alexa locales with upstream * Use a function in script * Add test base * Complete output assertion * Add type annotation * Add note to docstring * Update script call example Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> --------- Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
aee620be9f
commit
47f0d5ed1f
6 changed files with 813 additions and 0 deletions
|
@ -300,6 +300,10 @@ class Alexa(AlexaCapability):
|
|||
The API suggests you should explicitly include this interface.
|
||||
|
||||
https://developer.amazon.com/docs/device-apis/alexa-interface.html
|
||||
|
||||
To compare current supported locales in Home Assistant
|
||||
with Alexa supported locales, run the following script:
|
||||
python -m script.alexa_locales
|
||||
"""
|
||||
|
||||
supported_locales = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue