Skip to content

Commit

Permalink
Fix debug to use the correct variables, this breaks the flow when ini…
Browse files Browse the repository at this point in the history
…tializing the system
  • Loading branch information
Jonathan Petersson committed Nov 5, 2024
1 parent 6c2a822 commit 0580e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/sector/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def __init__(
self._model = model
_LOGGER.debug(
"Initialized entity %s %s with unique_id: %s",
self._serial_no,
self._name,
self._attr_name,
self._attr_unique_id,
self._model,
)

@property
Expand Down

0 comments on commit 0580e5b

Please sign in to comment.