mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-01 13:04:28 +02:00
Removed duplicate debug entry
This commit is contained in:
parent
d420a8ad06
commit
575b7ff192
1 changed files with 0 additions and 2 deletions
|
@ -99,7 +99,6 @@ def model_update_items(
|
|||
continue
|
||||
|
||||
item_id = f"{inst}-{sensor}"
|
||||
_LOGGER.debug("Updating entity %s", item_id)
|
||||
if tmp := _register_entity(sensors, item_id, "", uid_sensor):
|
||||
sensors[item_id] = tmp
|
||||
new_sensors.append(sensors[item_id])
|
||||
|
@ -155,7 +154,6 @@ def model_update_items(
|
|||
continue
|
||||
|
||||
item_id = f"{inst}-{sensor}-{str(uid_data[uid][uid_sensor.data_reference]).lower()}"
|
||||
_LOGGER.debug("Updating entity %s", item_id)
|
||||
if tmp := _register_entity(sensors, item_id, uid, uid_sensor):
|
||||
sensors[item_id] = tmp
|
||||
new_sensors.append(sensors[item_id])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue