Fixed vehicle health items reporting
All checks were successful
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 30s
Build and Push Docker Image / build-and-push (push) Successful in 9m59s

This commit is contained in:
2025-06-06 12:48:35 -04:00
parent c7b62cc25f
commit 118ee684ee

View File

@ -435,7 +435,7 @@ func (s *MySubaruClient) mySubaruStatusToMQTTMessage(v *mysubaru.Vehicle) []*bus
}
trc++
}
troubles = `}`
troubles = troubles + `}`
state[`mysubarumq/`+v.Vin+`/troubles/attr`] = troubles
var msgs []*bus.Message