- Add initial support for Xiaomi Mi Electric Toothbrush T500. This version is a first draft. We are looking into the meaning of the different states. If you have more info which state corresponds to what, please post a message in issue #319
- Add additional Qingping CGG1 sensors that use a different type code (thanks @swingerman)
- Battery entities are now enabled by default. You can disable battery entities with
batt_entities: False
- Expand functionality of the report_unknown function, you can now specify a specific format to log (
Xiaomi
,Qingping
,ATC
,Mi Scale
orKegtron
) or you can even log all BLE advertisements (useOther
). - Bug fix for too short encrypted messages, fixes #322