Skip to content

Commit

Permalink
Fix entity error in 2024.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Jan 18, 2024
1 parent fe22f76 commit 1b5717b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/dius/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __init__(self, coordinator, config_entry, description: DiusSensorDescription
self._config = config_entry
self.entity_description = description
self._extra_attr = {}
self._attr_name = None
self._power: float | None = None

@property
Expand Down

0 comments on commit 1b5717b

Please sign in to comment.