Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Nov 11, 2023
1 parent 0420890 commit 4d5dbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/v2c/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
description: V2CBinarySensorEntityDescription,
entry_id: str,
) -> None:
"""Init the Encharge base entity."""
"""Init the V2C base entity."""
super().__init__(coordinator, description)
self._attr_unique_id = f"{entry_id}_{description.key}"

Expand Down

0 comments on commit 4d5dbae

Please sign in to comment.