Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions homeassistant/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
)
CUSTOM_WARNING_VERSION_MISSING = (
"No 'version' key in the manifest file for "
"custom integration '%s'. This will not be "
"allowed in a future version of Home "
"Assistant. Please report this to the "
"maintainer of '%s'"
"custom integration '%s'. With the 2021.6 release "
"of Home Assistant this integration will no longer be "
"loaded. Please report this to the maintainer of '%s'"
Comment thread
ludeeus marked this conversation as resolved.
Outdated
)
CUSTOM_WARNING_VERSION_TYPE = (
"'%s' is not a valid version for "
Expand Down