Add oralb integration (#80918)

* mapping

* update

* working

* tests

* fixes

* temp add binary sensor platform to make sure it works

* fixes

* 100% cover

* adjust

* disable chatty sensors by default

* remove binary sensor_platform for next PR

* time is much nicer than counter
This commit is contained in:
J. Nick Koston 2022-10-24 23:11:40 -05:00 committed by GitHub
parent 3759be09df
commit 559e281431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 638 additions and 0 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the OralB integration."""
DOMAIN = "oralb"