Skip to content

2026.5.0 Repair Notification for reset_trims and user languages

Latest

Choose a tag to compare

@sca075 sca075 released this 06 May 08:56
· 11 commits to main since this release
d7eddb2

What New:

  • A repair notification will raise each time the deprecated reset_trims will run as it need to be replaced by the released on 2026.4.0 camera_update_floor_data. Please update your automations and scripts by August 2026 as there will remove the reset_trims service.
  • The Valetudo Map Parser 03.5 fix issue #448 thanks @gunjambi and @IT-BAER for the fix in the mvcrender. This release can cause some strange images cuttings due to the mvcrender new release do not panic use the brain and update your floor data if this happens before opening issues...
  • The issue raised by @tomlut in discussions 442 issue #441 whas a valid hint as HA sometime do not store the user languages by default, so instead of a warning we will debug log the failure on acquire the language data and set by default en in case of failures. If this happens the vacuum status text will be in English, just to be clear, don't open issues for this..

There is still one note to do, by working on #448 I noticed that on the instances of HA "docker and OS" it looks there is a "compiling" unexpected behaviour of the mvcrender, that works perfectly by the way, the trims actually are valid at rotation 0 but somehow are not reflected on the HA instance at 90, 180, 270.. it isn't a bug, the library correctly behave on Mac OS for instance so it was confirm. I will investigate and try to better understand why this happens and hopefully found a solution for that soon.

Please open issues for real problems, if you need help just discussions. Thanks to you all,

What's Changed

  • Add HA repair notice for deprecated reset_trims service by @sca075 in #447
  • Releasing 2026.5.0 with the notification. by @sca075 in #450
  • fix(language_cache): clarify debug fallback message for missing user language by @sca075 in #451

Full Changelog: 2026.4.0...2026.5.0