1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-28 07:48:15 +00:00
Ian 90c3cb62b3
Add tracker for OralB toothbrushes
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.
2020-05-03 15:23:21 +01:00
2019-11-01 11:50:36 +01:00
2020-04-05 15:50:52 -03:00
2020-04-30 23:00:57 -03:00
2018-09-25 10:30:45 +02:00
2019-05-08 15:37:18 +02:00
2019-12-04 13:11:53 +01:00
2019-12-07 18:28:55 +01:00
2019-10-20 17:56:57 +02:00
2019-12-07 18:28:55 +01:00
2019-02-14 13:49:22 +01:00
2019-12-07 18:28:55 +01:00

ESPHome Build Status Discord Chat GitHub release

ESPHome Logo

Documentation: https://esphome.io/

For issues, please go to the issue tracker.

For feature requests, please see feature requests.

Description
No description provided
Readme Multiple Licenses 277 MiB
Languages
C++ 70.5%
Python 29.2%
C 0.1%