Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-r committed Jan 3, 2024
1 parent 2f5d7be commit 2c50629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ohme/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c50629

Please sign in to comment.