fix: working with `Sensors::Type::MANUAL` sensors fixed

This commit is contained in:
Yurii
2025-02-17 18:58:01 +03:00
parent bb7c3eeba3
commit 38ec56fb33
2 changed files with 61 additions and 34 deletions

View File

@@ -618,7 +618,7 @@ protected:
}
if (changed) {
tMqtt->rebuildHaEntity(sensorId, prevSettings);
tMqtt->reconfigureSensor(sensorId, prevSettings);
fsSensorsSettings.update();
}
});