From ba70e8f4ff96a2f197194bf33a64971f99d01015 Mon Sep 17 00:00:00 2001 From: Ernst Klamer Date: Sat, 23 Sep 2023 19:10:42 +0200 Subject: [PATCH] type in presence --- custom_components/ble_monitor/const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/ble_monitor/const.py b/custom_components/ble_monitor/const.py index 8b0b4b546..7a879ad41 100755 --- a/custom_components/ble_monitor/const.py +++ b/custom_components/ble_monitor/const.py @@ -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(