mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-30 06:29:39 +02:00
Removed temporary debug
This commit is contained in:
parent
77acb4b9fe
commit
813455cc81
1 changed files with 0 additions and 4 deletions
|
@ -269,10 +269,6 @@ def update_items(inst, config_entry, mikrotik_controller, async_add_entities, se
|
||||||
new_sensors.append(sensors[item_id])
|
new_sensors.append(sensors[item_id])
|
||||||
|
|
||||||
for sensor in SENSOR_TYPES:
|
for sensor in SENSOR_TYPES:
|
||||||
# if SENSOR_TYPES[sensor][ATTR_ATTR] in mikrotik_controller.data[SENSOR_TYPES[sensor][ATTR_PATH]]:
|
|
||||||
# _LOGGER.debug("Defined sensor %s, value %s", sensor, mikrotik_controller.data[SENSOR_TYPES[sensor][ATTR_PATH]][
|
|
||||||
# SENSOR_TYPES[sensor][ATTR_ATTR]
|
|
||||||
# ])
|
|
||||||
if "system_" in sensor:
|
if "system_" in sensor:
|
||||||
if (
|
if (
|
||||||
mikrotik_controller.data[SENSOR_TYPES[sensor][ATTR_PATH]][
|
mikrotik_controller.data[SENSOR_TYPES[sensor][ATTR_PATH]][
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue