2022-07-24 08:39:23 +00:00
|
|
|
{
|
|
|
|
"domain": "govee_ble",
|
|
|
|
"name": "Govee Bluetooth",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
|
|
|
"bluetooth": [
|
|
|
|
{ "local_name": "Govee*" },
|
|
|
|
{ "local_name": "GVH5*" },
|
|
|
|
{ "local_name": "B5178*" },
|
2022-08-09 14:53:21 +00:00
|
|
|
{
|
|
|
|
"manufacturer_id": 6966,
|
|
|
|
"service_uuid": "00008451-0000-1000-8000-00805f9b34fb"
|
|
|
|
},
|
2022-07-24 08:39:23 +00:00
|
|
|
{
|
|
|
|
"manufacturer_id": 26589,
|
|
|
|
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer_id": 18994,
|
|
|
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
|
|
|
},
|
2022-08-07 20:11:34 +00:00
|
|
|
{
|
|
|
|
"manufacturer_id": 818,
|
|
|
|
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
|
|
|
|
},
|
2022-08-11 09:08:03 +00:00
|
|
|
{
|
|
|
|
"manufacturer_id": 59970,
|
|
|
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
|
|
|
},
|
2022-07-24 08:39:23 +00:00
|
|
|
{
|
|
|
|
"manufacturer_id": 14474,
|
|
|
|
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
|
2022-07-29 03:07:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer_id": 10032,
|
|
|
|
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
2022-07-24 08:39:23 +00:00
|
|
|
}
|
|
|
|
],
|
2022-08-11 09:08:03 +00:00
|
|
|
"requirements": ["govee-ble==0.14.1"],
|
2022-07-24 08:39:23 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"iot_class": "local_push"
|
|
|
|
}
|