POTENTIAL BREAKING WARNING
This release MAY (or may not) break some existing entity ids
With HA 2026.02.0 rules to the naming of entities started being strictly enforced. This means that the names you gave to your mixer in the setup may not have followed these rules (lowercase, numbers and underscores only) then your installation will have been broken. It also affected channel->bus, bus->matrix sends.
This new version attempts to sanitize the breaking entity and unique ids. However that means some of your entity Ids MAY change in your installation. If that is the case this will probably break any dashboards and automations you have using them.
I suspect everything will be fine and migrate properly, but you should be aware just in case.
- Stop explicitly assigning entity_id instead make use of suggested_object_id
- Sanitize unique_id and suggested_object_id
- Migrate old (unsanitized) unique ids to new sanitized unique ids