mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 23:51:47 +00:00
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
Languages
C++
64.8%
Python
35%
C
0.1%
