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:
parent
a499dfb8ff
commit
82c92b5634
16 changed files with 620 additions and 0 deletions
3
homeassistant/components/moat/const.py
Normal file
3
homeassistant/components/moat/const.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
"""Constants for the Moat Bluetooth integration."""
|
||||
|
||||
DOMAIN = "moat"
|
Loading…
Add table
Add a link
Reference in a new issue