Obeys notify field for config validation.
Even when calling setup before register, as suggested in linked issue, deprecation warnings still results in the notification being shown, while some other warnings, like overlapping mappings or missing dependencies will not trigger the notification.
It is not clear from checkhealth what warnings will result in the message and which will not.
I would assume notify = false would hide all notifications.
This PR adds a check of notify flag in validation before sending the notification
validation errors should always be shown since this means there's issues with your config.
The notify option is to disable the warning about using register instead of add
Description
Obeys notify field for config validation. Even when calling setup before register, as suggested in linked issue, deprecation warnings still results in the notification being shown, while some other warnings, like overlapping mappings or missing dependencies will not trigger the notification.
It is not clear from checkhealth what warnings will result in the message and which will not.
I would assume notify = false would hide all notifications.
This PR adds a check of notify flag in validation before sending the notification
Related Issue(s)