Skip to content

Commit fce7f95

Browse files
committed
fix gas detected key
1 parent c070aef commit fce7f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ble_monitor/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class BLEMonitorBinarySensorEntityDescription(
189189
force_update=True,
190190
),
191191
BLEMonitorBinarySensorEntityDescription(
192-
key="gas_detected",
192+
key="gas detected",
193193
sensor_class="BaseBinarySensor",
194194
update_behavior="Instantly",
195195
name="gas",

0 commit comments

Comments
 (0)