|
|
@@ -71,8 +71,8 @@ esp32_ble_tracker:
|
|
|
# enable the built-in coexistence logic in ESP-IDF
|
|
|
active: true
|
|
|
|
|
|
-# bluetooth_proxy:
|
|
|
-# active: true
|
|
|
+bluetooth_proxy:
|
|
|
+ active: true
|
|
|
|
|
|
sensor:
|
|
|
- platform: xiaomi_miscale
|
|
|
@@ -102,7 +102,7 @@ sensor:
|
|
|
return id(impedance_user_patryk).publish_state(x);}
|
|
|
else if (id(weight_miscale).state >= id(ala_low) && id(weight_miscale).state <= id(ala_high)) {
|
|
|
return id(impedance_user_ala).publish_state(x);}
|
|
|
- clear_impedance: True
|
|
|
+ # clear_impedance: True
|
|
|
|
|
|
- platform: template
|
|
|
name: Weight Asia
|