BREAKING CHANGE
The rounding option has been removed. Please update your YAML configuration before restarting Home Assistant. No action is required for those who have configured BLE monitor from the UI.
This PR removes the rounding configuration option (both on integration level and on device level). The precision can now be set in the Home Assistant UI (as a configuration parameter for each entity), so we don't need this option in BLE monitor anymore. A default precision is set as a constant in BLE monitor. A user can change the precision in the HA UI, by clicking on the cog wheel after selecting an entity.
Other changes
- fix unit of measurement cypress humidity (fixes #1167)