2015-03-06 07:18:22 +00:00
|
|
|
"""
|
2015-03-22 01:49:30 +00:00
|
|
|
Deprecated since 3/21/2015 - please use helpers.entity
|
2015-03-06 07:18:22 +00:00
|
|
|
"""
|
2015-03-22 01:49:30 +00:00
|
|
|
import logging
|
2015-03-06 07:18:22 +00:00
|
|
|
|
2015-03-22 01:49:30 +00:00
|
|
|
# pylint: disable=unused-import
|
|
|
|
from .entity import Entity as Device, ToggleEntity as ToggleDevice # noqa
|
2015-03-06 07:18:22 +00:00
|
|
|
|
2015-03-22 01:49:30 +00:00
|
|
|
logging.getLogger(__name__).warning(
|
|
|
|
'This file is deprecated. Please use helpers.entity')
|