Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvs committed Dec 13, 2023
1 parent 43e334b commit 0a1b058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/librelink/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Binary sensor platform for librelinkup."""
"""Binary sensor platform for librelink."""
from __future__ import annotations

from homeassistant.components.binary_sensor import (
Expand Down Expand Up @@ -54,7 +54,7 @@ async def async_setup_entry(


class LibreLinkBinarySensor(LibreLinkEntity, BinarySensorEntity):
"""librelinkup binary_sensor class."""
"""librelink binary_sensor class."""

def __init__(
self,
Expand Down

0 comments on commit 0a1b058

Please sign in to comment.