changover to use the components settings and not the prefs

This commit is contained in:
csawatzky 2025-07-17 09:19:01 -06:00
parent 67cafbe2ed
commit 90776b0c06
6 changed files with 32 additions and 49 deletions

View file

@ -285,7 +285,7 @@ export default function ComponentCard(props: Props) {
// ) : (
<UnitMeasurementSummary
component={component}
excludedNodes={deviceComponentPreferences?.excludedNodes}
excludedNodes={component.settings.excludedNodes}
reading={UnitMeasurement.convertLastMeasurement(measurements)}
//dense
/>