Skip to content

Commit

Permalink
Typo (LLLuminance)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magalex2x14 committed Nov 12, 2020
1 parent b611225 commit 43ed583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ def __init__(self, config, mac):
"""Initialize the sensor."""
super().__init__(config, mac)
self._sensor_name = sensor_name(config, mac, "illuminance")
self._name = "ble llluminance {}".format(self._sensor_name)
self._name = "ble illuminance {}".format(self._sensor_name)
self._unique_id = "l_" + self._sensor_name
self._unit_of_measurement = "lx"
self._device_class = DEVICE_CLASS_ILLUMINANCE
Expand Down

0 comments on commit 43ed583

Please sign in to comment.