Skip to content

Commit 635a9ab

Browse files
committed
Taking latest package
1 parent d81c883 commit 635a9ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/victron_mqtt/hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def register_add_entities_callback(self, async_add_entities: AddEntitiesCallback
150150
async def _periodic_update_task(self, now=None):
151151
"""Periodic task to update all tracked entities with their latest metric values."""
152152
if not self.entities:
153-
_LOGGER.info("No entities to update")
153+
_LOGGER.debug("No entities to update")
154154
return
155155

156156
_LOGGER.debug("Running periodic update task for %d entities", len(self.entities))

custom_components/victron_mqtt/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"iot_class": "local_push",
1212
"issue_tracker": "https://github.com/tomer-w/ha-victron-mqtt/issues",
1313
"requirements": [
14-
"victron_mqtt==2025.9.26"
14+
"victron_mqtt==2025.9.29"
1515
],
1616
"ssdp": [
1717
{

0 commit comments

Comments
 (0)