diff --git a/custom_components/smarthashtag/device_tracker.py b/custom_components/smarthashtag/device_tracker.py index 34e118a..d166927 100644 --- a/custom_components/smarthashtag/device_tracker.py +++ b/custom_components/smarthashtag/device_tracker.py @@ -17,7 +17,7 @@ async def async_setup_entry(hass: HomeAssistant, entry, async_add_entities): entities = [] entities.append(SmartVehicleLocation(coordinator, vehicle)) - LOGGER.warning(f"Adding vehicle {vehicle} to device tracker") + LOGGER.debug(f"Adding vehicle {vehicle} to device tracker") async_add_entities(entities, update_before_add=True)