mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00

* Bump Switchbot api for reliability improvements. * Bump api version, update mock test import to reflect api data changes.
10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"domain": "switchbot",
|
|
"name": "SwitchBot",
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
|
"requirements": ["PySwitchbot==0.13.0"],
|
|
"config_flow": true,
|
|
"codeowners": ["@danielhiversen", "@RenierM26"],
|
|
"iot_class": "local_polling"
|
|
}
|