Add support for Govee 5184 BBQ sensors (#76490)
This commit is contained in:
parent
6bae03c14b
commit
929eeac1e4
2 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue