Files
core/homeassistant/components/switchbot/manifest.json
T
J. Nick Koston 8a85881ca0 Bump pySwitchbot to 0.18.10 to handle empty data and disconnects (#76684)
* Bump pySwitchbot to 0.18.7 to handle empty data

Fixes #76621

* bump again

* bump

* bump for rssi on disconnect logging
2022-08-15 07:53:27 +02:00

26 lines
566 B
JSON

{
"domain": "switchbot",
"name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.18.10"],
"config_flow": true,
"dependencies": ["bluetooth"],
"codeowners": [
"@bdraco",
"@danielhiversen",
"@RenierM26",
"@murtas",
"@Eloston"
],
"bluetooth": [
{
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb"
},
{
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
}
],
"iot_class": "local_push",
"loggers": ["switchbot"]
}