Deprecate GNTP (Growl) integration ()

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
pull/49308/head^2
Franck Nijhof 2021-04-16 15:03:15 +02:00 committed by GitHub
parent c98788edae
commit 73a9cb6adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
homeassistant/components/gntp

View File

@ -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: