Fix depreciation period for Weather (#74106)

Fix period
This commit is contained in:
G Johansson 2022-06-28 13:40:36 +02:00 committed by GitHub
parent 39c7056be5
commit 2a0b2ecca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ class WeatherEntity(Entity):
_LOGGER.warning(
"%s::%s is overriding deprecated methods on an instance of "
"WeatherEntity, this is not valid and will be unsupported "
"from Home Assistant 2022.10. Please %s",
"from Home Assistant 2023.1. Please %s",
cls.__module__,
cls.__name__,
report_issue,