Add support for Govee 5184 BBQ sensors (#76490)

This commit is contained in:
J. Nick Koston 2022-08-09 04:53:21 -10:00 committed by GitHub
parent 6bae03c14b
commit 929eeac1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,10 @@
{ "local_name": "Govee*" },
{ "local_name": "GVH5*" },
{ "local_name": "B5178*" },
{
"manufacturer_id": 6966,
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb"
},
{
"manufacturer_id": 26589,
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb"

View file

@ -31,6 +31,11 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
"domain": "govee_ble",
"local_name": "B5178*"
},
{
"domain": "govee_ble",
"manufacturer_id": 6966,
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb"
},
{
"domain": "govee_ble",
"manufacturer_id": 26589,