Add Moat (BLE) integration (#75643)

* Add Moat (BLE) integration

* fix pin

* resync

* Update tests/components/moat/test_sensor.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/components/moat/sensor.py

* backmerge from integration

* purge dead code

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston 2022-07-24 02:51:14 -05:00 committed by GitHub
parent a499dfb8ff
commit 82c92b5634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 620 additions and 0 deletions

View file

@ -0,0 +1,3 @@
"""Constants for the Moat Bluetooth integration."""
DOMAIN = "moat"