Update pySwitchbot for newer firmwares (#79174)

changelog: https://github.com/Danielhiversen/pySwitchbot/compare/0.19.11...0.19.12

found while developing bluetooth proxies for esphome
This commit is contained in:
J. Nick Koston 2022-09-27 16:50:40 -10:00 committed by GitHub
parent 8c3e0d527d
commit 1cf1d2c2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "switchbot", "domain": "switchbot",
"name": "SwitchBot", "name": "SwitchBot",
"documentation": "https://www.home-assistant.io/integrations/switchbot", "documentation": "https://www.home-assistant.io/integrations/switchbot",
"requirements": ["PySwitchbot==0.19.11"], "requirements": ["PySwitchbot==0.19.12"],
"config_flow": true, "config_flow": true,
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": [ "codeowners": [
@ -13,6 +13,10 @@
"@Eloston" "@Eloston"
], ],
"bluetooth": [ "bluetooth": [
{
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb", "service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false

View File

@ -263,6 +263,11 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"local_name": "SensorPush*", "local_name": "SensorPush*",
"connectable": False, "connectable": False,
}, },
{
"domain": "switchbot",
"service_data_uuid": "00000d00-0000-1000-8000-00805f9b34fb",
"connectable": False,
},
{ {
"domain": "switchbot", "domain": "switchbot",
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb", "service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb",

View File

@ -40,7 +40,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1 PySocks==1.7.1
# homeassistant.components.switchbot # homeassistant.components.switchbot
PySwitchbot==0.19.11 PySwitchbot==0.19.12
# homeassistant.components.transport_nsw # homeassistant.components.transport_nsw
PyTransportNSW==0.1.1 PyTransportNSW==0.1.1

View File

@ -36,7 +36,7 @@ PyRMVtransport==0.3.3
PySocks==1.7.1 PySocks==1.7.1
# homeassistant.components.switchbot # homeassistant.components.switchbot
PySwitchbot==0.19.11 PySwitchbot==0.19.12
# homeassistant.components.transport_nsw # homeassistant.components.transport_nsw
PyTransportNSW==0.1.1 PyTransportNSW==0.1.1