You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Service to connect to Xiaomi Mijia 2 temperature/humidity sensors over Bluetooth and report their readings to an MQTT broker following the Homie convention."
@@ -29,11 +32,13 @@ color-backtrace = "0.6.0"
29
32
eyre = "0.6.8"
30
33
futures = "0.3.27"
31
34
futures-channel = "0.3.28"
32
-
homie-device = { version = "0.8.0", path = "../homie-device" }
33
-
influx_db_client = { version = "0.5.1", default-features = false, features = ["rustls-tls"] }
35
+
homie-device = { version = "0.9.0", path = "../homie-device" }
36
+
influx_db_client = { version = "0.5.1", default-features = false, features = [
0 commit comments