90c3cb62b37e9ce308ed0c9d510f54ff95c2dfec
The OralB toothbrushes expose some of their information in their bluetooth advertisement data.
This data lets us see the state (idle, running), brush mode (daily clean, tongue, whitening, etc.), pressure and some other bits of data.
This component lets you expose that data with config as follows:
```
esp32_ble_tracker:
sensor:
- platform: oralb_brush
mac_address: 00:00:00:00:00:00
state:
name: "Toothbrush State"
```
Checkout https://github.com/zewelor/bt-mqtt-gateway/blob/master/workers/toothbrush_homeassistant.py and https://esphome.io/components/esp32_ble_tracker.html for more information.
ESPHome

Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
190 MiB
Languages
C++
63.9%
Python
35.9%
C
0.1%
