* Convert more-info-vacuum to Lit
* Introduce VacuumCommand to reduce render complexity and duplicate code
* Add localization for more-info-vacuum
* Inline supportFeature instead of creating a const.
* - Use interface instead of class for VacuumCommand
- Add different translation for start_pause and pause as they are not the same
* fix typo
* Use VACUUM_COMMANDS.some instead of writing duplicate code
* add @bramkragten suggestions