File tree 4 files changed +5
-5
lines changed
custom_components/ble_monitor
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ class BLEMonitorBinarySensorEntityDescription(
830
830
name = "ble conductivity" ,
831
831
unique_id = "c_" ,
832
832
icon = "mdi:lightning-bolt-circle" ,
833
- native_unit_of_measurement = UnitOfConductivity .MICROSIEMENS ,
833
+ native_unit_of_measurement = UnitOfConductivity .MICROSIEMENS_PER_CM ,
834
834
device_class = None ,
835
835
suggested_display_precision = 0 ,
836
836
state_class = SensorStateClass .MEASUREMENT ,
Original file line number Diff line number Diff line change 14
14
" btsocket>=0.2.0" ,
15
15
" pyric>=0.1.6.3"
16
16
],
17
- "version" : " 12.15 .0"
17
+ "version" : " 12.16 .0"
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Passive BLE monitor integration" ,
3
- "homeassistant" : " 2024.7 .0"
3
+ "homeassistant" : " 2024.11 .0"
4
4
}
Original file line number Diff line number Diff line change 1
- pytest-homeassistant-custom-component==0.13.145
1
+ pytest-homeassistant-custom-component==0.13.181
2
2
3
- # BLE montitor requirements
3
+ # BLE monitor requirements
4
4
pycryptodomex==3.19.1
5
5
janus==1.0.0
6
6
aioblescan==0.2.14
You can’t perform that action at this time.
0 commit comments