1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/switchbot/manifest.json
2026-01-26 08:33:54 +01:00

47 lines
1.0 KiB
JSON

{
"domain": "switchbot",
"name": "SwitchBot Bluetooth",
"bluetooth": [
{
"connectable": false,
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb"
},
{
"connectable": false,
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
},
{
"connectable": false,
"manufacturer_id": 2409
},
{
"connectable": true,
"manufacturer_id": 89
},
{
"connectable": true,
"manufacturer_id": 741
}
],
"codeowners": [
"@danielhiversen",
"@RenierM26",
"@murtas",
"@Eloston",
"@dsypniewski",
"@zerzhang"
],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["switchbot"],
"quality_scale": "gold",
"requirements": ["PySwitchbot==1.0.0"]
}