alexf2015 / openhab-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
7 stars 5 forks source link

Add more fixes for invalid unit formats #7

Closed pacive closed 2 months ago

pacive commented 2 months ago

The myUplink api returns some units in the wrong format. This PR adds conversions for 'days' -> 'd' and 'm3/h' -> 'm³/h', so the OH unit parser can understand them.