mirror of
https://github.com/home-assistant/core.git
synced 2025-06-10 08:07:06 +00:00

* 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>
4 lines
75 B
Python
4 lines
75 B
Python
"""Constants for the Govee Bluetooth integration."""
|
|
|
|
DOMAIN = "govee_ble"
|