From 2a0b2ecca195edcbf660b6f7cb5673043d758fb5 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 28 Jun 2022 13:40:36 +0200 Subject: [PATCH] Fix depreciation period for Weather (#74106) Fix period --- homeassistant/components/weather/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/weather/__init__.py b/homeassistant/components/weather/__init__.py index f09e76b0073..6f2de6a3cb0 100644 --- a/homeassistant/components/weather/__init__.py +++ b/homeassistant/components/weather/__init__.py @@ -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,