core/homeassistant/components/govee_ble/manifest.json

28 lines
721 B
JSON
Raw Normal View History

{
"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*" },
{
"manufacturer_id": 26589,
"service_uuid": "00008351-0000-1000-8000-00805f9b34fb"
},
{
"manufacturer_id": 18994,
"service_uuid": "00008551-0000-1000-8000-00805f9b34fb"
},
{
"manufacturer_id": 14474,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb"
}
],
"requirements": ["govee-ble==0.12.3"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
}