From 73a9cb6adbc22514559cf102a2fcc5f3adc30c59 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 16 Apr 2021 15:03:15 +0200 Subject: [PATCH] Deprecate GNTP (Growl) integration (#49273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- homeassistant/components/gntp/notify.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/homeassistant/components/gntp/notify.py b/homeassistant/components/gntp/notify.py index c05ce84272c..b3291e25617 100644 --- a/homeassistant/components/gntp/notify.py +++ b/homeassistant/components/gntp/notify.py @@ -38,6 +38,11 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend( def get_service(hass, config, discovery_info=None): """Get the GNTP notification service.""" + _LOGGER.warning( + "The GNTP (Growl) integration has been deprecated and is going to be " + "removed in Home Assistant Core 2021.6. The Growl project has retired" + ) + logging.getLogger("gntp").setLevel(logging.ERROR) if config.get(CONF_APP_ICON) is None: