Add Govee BLE integration (#75631)
* Add Govee BLE integration * add missing files * remove test file not needed yet * fix * add bbq sensors * fixed lib * bump again to fix the names * fix discovery of the newer bbq devices * fix the test to test the right thing * verify no outstanding flows * only accept entities that match the platform * refactor * refactor * refactor * Refactor PassiveBluetoothDataUpdateCoordinator to support multiple platforms * cover * Update for new model * Update for new model * Update tests/components/govee_ble/test_sensor.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * purge dead code * backmerge from integration * Update docstring * Update docstring Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
7075032bf7
commit
ba71a3c24d
16 changed files with 664 additions and 0 deletions
3
homeassistant/components/govee_ble/const.py
Normal file
3
homeassistant/components/govee_ble/const.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
"""Constants for the Govee Bluetooth integration."""
|
||||
|
||||
DOMAIN = "govee_ble"
|
Loading…
Add table
Add a link
Reference in a new issue