mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-18 19:31:14 +00:00
Update camera.py
Updating misleading log message - this file has to do with cameras, not temperature sensors.
This commit is contained in:
parent
7ab48d968e
commit
dc8ec16bce
@ -23,7 +23,7 @@ async def async_setup_platform(hass,
|
||||
api = hass.data[DOMAIN]['api']
|
||||
|
||||
cameras = []
|
||||
_LOGGER.info("Adding temperature sensors")
|
||||
_LOGGER.info("Adding cameras")
|
||||
for camera in api['cameras']:
|
||||
_LOGGER.info(f"Adding nest camera uuid: {camera}")
|
||||
cameras.append(NestCamera(camera, api))
|
||||
|
Loading…
x
Reference in New Issue
Block a user