Update PySwitchbot to 0.48.0 (#119998)

This commit is contained in:
Leo Shen 2024-06-19 14:56:20 -07:00 committed by GitHub
parent ebbb63cd08
commit 0053c92d2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -39,5 +39,5 @@
"documentation": "https://www.home-assistant.io/integrations/switchbot",
"iot_class": "local_push",
"loggers": ["switchbot"],
"requirements": ["PySwitchbot==0.47.2"]
"requirements": ["PySwitchbot==0.48.0"]
}

View file

@ -90,7 +90,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.3.3
# homeassistant.components.switchbot
PySwitchbot==0.47.2
PySwitchbot==0.48.0
# homeassistant.components.switchmate
PySwitchmate==0.5.1

View file

@ -78,7 +78,7 @@ PyQRCode==1.2.1
PyRMVtransport==0.3.3
# homeassistant.components.switchbot
PySwitchbot==0.47.2
PySwitchbot==0.48.0
# homeassistant.components.syncthru
PySyncThru==0.7.10