Rename netatmo base entity file (#107857)
This commit is contained in:
parent
87b694298f
commit
68ddc1481e
8 changed files with 20 additions and 20 deletions
|
@ -39,7 +39,7 @@ from .const import (
|
|||
WEBHOOK_PUSH_TYPE,
|
||||
)
|
||||
from .data_handler import EVENT, HOME, SIGNAL_NAME, NetatmoDevice
|
||||
from .netatmo_entity_base import NetatmoBase
|
||||
from .entity import NetatmoBaseEntity
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -79,7 +79,7 @@ async def async_setup_entry(
|
|||
)
|
||||
|
||||
|
||||
class NetatmoCamera(NetatmoBase, Camera):
|
||||
class NetatmoCamera(NetatmoBaseEntity, Camera):
|
||||
"""Representation of a Netatmo camera."""
|
||||
|
||||
_attr_brand = MANUFACTURER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue