-
Notifications
You must be signed in to change notification settings - Fork 290
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
fix!: deprecate YAML configuration #2685
Conversation
Pull Request Test Coverage Report for Build 12036745558Details
💛 - Coveralls |
To be clear, the only changes to strings should be related to the deprecation. |
I was trying to 2nd guess how consecutive PR's work but I guess my thought process is wrong. |
I thought I was going to implement it but I haven't yet. Deleted: "restart_required": { "title": "Restart required", "fix_flow": { "step": { "confirm_restart": { "title": "Restart required", "description": "Restart of Home Assistant is required to finish download/update of {name}, click submit to restart now." } } } },
YAML configuration is deprecated. Users must manually remove
alexa_media
fromconfiguration.yaml
file and add the integration via UI to avoid warning messages and future failure.BREAKING CHANGE: Deprecate YAML configuration