From 2c50629711a47f01f17bff2853fdacde3456387a Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Wed, 3 Jan 2024 10:30:21 +0000 Subject: [PATCH] Typo --- custom_components/ohme/binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ohme/binary_sensor.py b/custom_components/ohme/binary_sensor.py index da3f1ff..b5b4012 100644 --- a/custom_components/ohme/binary_sensor.py +++ b/custom_components/ohme/binary_sensor.py @@ -288,7 +288,7 @@ def icon(self): @property def unique_id(self) -> str: """Return the unique ID of the sensor.""" - return self._client.get_unique_id("ohmr_slot_active") + return self._client.get_unique_id("ohme_slot_active") @property def is_on(self) -> bool: