core/homeassistant/components/switchbot/manifest.json

40 lines
867 B
JSON

{
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.29.1"],
"config_flow": true,
"dependencies": ["bluetooth"],
"codeowners": [
"@bdraco",
"@danielhiversen",
"@RenierM26",
"@murtas",
"@Eloston"
],
"bluetooth": [
{
"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": false
},
{
"manufacturer_id": 89,
"connectable": true
}
],
"iot_class": "local_push",
"loggers": ["switchbot"]
}