-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow reconfiguring via options #2319
Conversation
danielbrunt57
commented
Jul 15, 2024
Removed defunct service `alexa_media.clear_history`
It was the result of a NOOB error! |
"hide_default_branch": true
You're not providing valid json. Please use a linter/validator. https://jsonformatter.curiousconcept.com/ |
Thank you for the JSON Formatter & Validator!
That helps immensely! |
I've translated my strings.json file to all 14 additional languages (via https://translate.i18next.com/). |
Your translations will get clobbered automatically. As mentioned, we use lokalise and that is pulled on release. |
Ah, thanks for the info. I did not know it was automatic. |
Noticed you didn't use black on your code. I forgot the pre-commit action was disabled as that should also help format your code. |
What is "black"?
|
https://github.com/psf/black. If it's truly deprecated we can remove it. |
I last cleared my voice history in Alexa on July 9th. Just tried running the service 4 times and all of the voice history is still there... |