OH4, UoM, and DSL rules

No, on the contrary, only rules not using UoM and making assumptions about the internal unit of an item might be affected.

For example, the Miele@home binding updates some Number:Time channels in minutes. Previously this could be cast to Numberand intValue would contain number of minutes. In 4.0 I did not add unit to those items because they are not persisted and default unit should be fine. However, default unit is now seconds, thus my badly written rules stopped working: Dishwasher price calculation automation - #13 by laursen

When implementing UoM, like you have done, everything should be fine.