Split up of alarm sensor of Govee H5183 (one for each probe)
Govee H5178 was mixing the battery readings of the indoor and outdoor sensor https://github.com/custom-components/ble_monitor/issues/907. With this PR, the Govee H5178 is split up in two devices, one for the indoor sensor and one for the outdoor sensor. The MAC address of the outdoor sensor in increased with 1 (compared to the indoor sensor), to do this. The outdoor temperature and humidity sensor are not used anymore after this update and are moved to the new H5178-outdoor device.
NEW SENSORS
Govee H5185 meat sensor
Govee H5182
Added co2 and tvoc measurements to HA BLE
Mikrotik sensors
Thermopro TP359 sensor
XMWXKG01YL Xiaomi smart switch
Lockin Q2
OTHER FIXES
Move to_mac and to_unformatted_mac functions to helper
Some Qingping sensors weren't updating all information. This release should fix that issue
Fix for Xiaomi toothbrush
Fix for Linptech K9B switches not updating their state
Cleaner up logs for encrypted HA BLE sensors that didn't have an encryption key (yet)
BREAKING CHANGES
NEW SENSORS
OTHER FIXES
to_mac
andto_unformatted_mac
functions to helper