Skip to content
Merged
Changes from all commits
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'. As of Home Assistant "
"2021.6, this integration will no longer be "
"loaded. Please report this to the maintainer of '%s'"
)
CUSTOM_WARNING_VERSION_TYPE = (
"'%s' is not a valid version for "
Expand Down