2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "switchbot",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "SwitchBot",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
2022-10-16 12:16:02 +00:00
|
|
|
"requirements": ["PySwitchbot==0.20.0"],
|
2021-09-18 19:25:05 +00:00
|
|
|
"config_flow": true,
|
2022-07-24 16:38:45 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
2022-08-02 02:29:44 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@bdraco",
|
|
|
|
"@danielhiversen",
|
|
|
|
"@RenierM26",
|
|
|
|
"@murtas",
|
|
|
|
"@Eloston"
|
|
|
|
],
|
2022-07-24 21:55:52 +00:00
|
|
|
"bluetooth": [
|
2022-09-28 02:50:40 +00:00
|
|
|
{
|
|
|
|
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb",
|
|
|
|
"connectable": false
|
|
|
|
},
|
2022-07-24 21:55:52 +00:00
|
|
|
{
|
2022-08-22 18:02:26 +00:00
|
|
|
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb",
|
|
|
|
"connectable": false
|
2022-07-24 21:55:52 +00:00
|
|
|
},
|
|
|
|
{
|
2022-08-22 18:02:26 +00:00
|
|
|
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b",
|
|
|
|
"connectable": false
|
2022-07-24 21:55:52 +00:00
|
|
|
}
|
|
|
|
],
|
2022-07-24 16:38:45 +00:00
|
|
|
"iot_class": "local_push",
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["switchbot"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|