diff --git a/custom_components/ble_monitor/const.py b/custom_components/ble_monitor/const.py index 522435ff..115090fc 100755 --- a/custom_components/ble_monitor/const.py +++ b/custom_components/ble_monitor/const.py @@ -830,7 +830,7 @@ class BLEMonitorBinarySensorEntityDescription( name="ble conductivity", unique_id="c_", icon="mdi:lightning-bolt-circle", - native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS, + native_unit_of_measurement=UnitOfConductivity.MICROSIEMENS_PER_CM, device_class=None, suggested_display_precision=0, state_class=SensorStateClass.MEASUREMENT, diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index b4c86825..df748653 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -14,5 +14,5 @@ "btsocket>=0.2.0", "pyric>=0.1.6.3" ], - "version": "12.15.0" + "version": "12.16.0" } diff --git a/hacs.json b/hacs.json index 92446aa3..33f50e47 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Passive BLE monitor integration", - "homeassistant": "2024.7.0" + "homeassistant": "2024.11.0" } diff --git a/requirements_test.txt b/requirements_test.txt index b2ec599c..f2916871 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ -pytest-homeassistant-custom-component==0.13.145 +pytest-homeassistant-custom-component==0.13.181 -# BLE montitor requirements +# BLE monitor requirements pycryptodomex==3.19.1 janus==1.0.0 aioblescan==0.2.14