* Added support for SwitchBot Lock * Updated PySwitchbot to 0.32.1 * Updated .coveragerc * Removed unnecessary condition * Using library method to verify encryption key * Added config flow tests * Remove link from config flow description * Added one more test for config flow * Updated CODEOWNERS
45 lines
956 B
JSON
45 lines
956 B
JSON
{
|
|
"domain": "switchbot",
|
|
"name": "SwitchBot",
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
|
"requirements": ["PySwitchbot==0.33.0"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth"],
|
|
"codeowners": [
|
|
"@bdraco",
|
|
"@danielhiversen",
|
|
"@RenierM26",
|
|
"@murtas",
|
|
"@Eloston",
|
|
"@dsypniewski"
|
|
],
|
|
"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
|
|
},
|
|
{
|
|
"manufacturer_id": 741,
|
|
"connectable": true
|
|
}
|
|
],
|
|
"iot_class": "local_push",
|
|
"loggers": ["switchbot"]
|
|
}
|