Skip to content

Commit ef2e394

Browse files
authored
Merge pull request #1307 from deluge/bugfix/illuminance-unit
use correct "lx" instead of "lux"
2 parents 473acf0 + 6a00e51 commit ef2e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/ble_parser/bthome_const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MeasTypes:
4141
),
4242
0x05: MeasTypes(
4343
meas_format="illuminance",
44-
unit_of_measurement="lux",
44+
unit_of_measurement="lx",
4545
data_length=3,
4646
factor=0.01,
4747
),

0 commit comments

Comments
 (0)