mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Deprecate GNTP (Growl) integration (#49273)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
c98788edae
commit
73a9cb6adb
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user