From e6debe09e80372a2754f044a26f95c1ccf5e371b Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Sat, 2 Mar 2019 12:32:18 +0100 Subject: [PATCH] Word the tplink deprecation warning more strongly (#21586) --- homeassistant/components/tplink/light.py | 2 +- homeassistant/components/tplink/switch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tplink/light.py b/homeassistant/components/tplink/light.py index 1e31df98af5..de1a943c33a 100644 --- a/homeassistant/components/tplink/light.py +++ b/homeassistant/components/tplink/light.py @@ -34,7 +34,7 @@ def async_setup_platform(hass, config, add_entities, discovery_info=None): Deprecated. """ - _LOGGER.warning('Loading as a platform is deprecated, ' + _LOGGER.warning('Loading as a platform is no longer supported, ' 'convert to use the tplink component.') diff --git a/homeassistant/components/tplink/switch.py b/homeassistant/components/tplink/switch.py index efff0eb4f51..65b884169c7 100644 --- a/homeassistant/components/tplink/switch.py +++ b/homeassistant/components/tplink/switch.py @@ -29,7 +29,7 @@ def async_setup_platform(hass, config, add_entities, discovery_info=None): Deprecated. """ - _LOGGER.warning('Loading as a platform is deprecated, ' + _LOGGER.warning('Loading as a platform is no longer supported, ' 'convert to use the tplink component.')