Skip to content

Commit

Permalink
type in presence
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 committed Sep 23, 2023
1 parent 3313cfa commit ba70e8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/ble_monitor/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,12 @@ class BLEMonitorBinarySensorEntityDescription(
force_update=True,
),
BLEMonitorBinarySensorEntityDescription(
key="pressence",
key="presence",
sensor_class="BaseBinarySensor",
update_behavior="Instantly",
name="pressence",
unique_id="pressence_",
device_class=BinarySensorDeviceClass.PRESSENCE,
name="presence",
unique_id="presence_",
device_class=BinarySensorDeviceClass.PRESENCE,
force_update=True,
),
BLEMonitorBinarySensorEntityDescription(
Expand Down

0 comments on commit ba70e8f

Please sign in to comment.