mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +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.
|
||||
"""
|
||||
_LOGGER.warning('Loading as a platform is deprecated, '
|
||||
_LOGGER.warning('Loading as a platform is no longer supported, '
|
||||
'convert to use the tplink component.')
|
||||
|
||||
|
||||
|
@ -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.')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user