mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Word the tplink deprecation warning more strongly (#21586)
This commit is contained in:
parent
c5dad82211
commit
e6debe09e8
@ -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.')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user