Deprecate GNTP (Growl) integration (#49273)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
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

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: