Skip to content

Commit

Permalink
Fix bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Apr 28, 2024
1 parent 7282637 commit a66665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/battery_notes/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def __init__(
identifiers=device_entry.identifiers,
)

self.entity_id = f"binary_sensor.{coordinator.device_name.lower()}_{description.key}"
self.entity_id = f"binary_sensor.{coordinator.device_name.lower()}_{description.key}"

async def async_added_to_hass(self) -> None:
"""Handle added to Hass."""
Expand Down

0 comments on commit a66665e

Please sign in to comment.