* Bump requirement. * Switchbot depenacy update, full async. * Update tests, remove redundant config entry check. * Update requirements_test_all.txt * Update requirements_all.txt * Remove asyncio lock. Not required anymore with bleak. * Update requirements_all.txt * Update requirements_test_all.txt * pyswitchbot no longer uses bluepy
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"domain": "switchbot",
|
|
"name": "SwitchBot",
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
|
"requirements": ["PySwitchbot==0.14.0"],
|
|
"config_flow": true,
|
|
"codeowners": ["@danielhiversen", "@RenierM26"],
|
|
"iot_class": "local_polling",
|
|
"loggers": ["switchbot"]
|
|
}
|