mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Word the tplink deprecation warning more strongly (#21586)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
61e4a6be18
commit
5eab86986e
@@ -34,7 +34,7 @@ def async_setup_platform(hass, config, add_entities, discovery_info=None):
|
|||||||
|
|
||||||
Deprecated.
|
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.')
|
'convert to use the tplink component.')
|
||||||
|
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@ def async_setup_platform(hass, config, add_entities, discovery_info=None):
|
|||||||
|
|
||||||
Deprecated.
|
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.')
|
'convert to use the tplink component.')
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user