Word the tplink deprecation warning more strongly (#21586)

This commit is contained in:
Anders Melchiorsen 2019-03-02 12:32:18 +01:00 committed by Paulus Schoutsen
parent c5dad82211
commit e6debe09e8
2 changed files with 2 additions and 2 deletions

View File

@ -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.')

View File

@ -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.')