Address late comment on Goalzero refactor (#73180)
This commit is contained in:
parent
1bc9867940
commit
94c037605a
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class GoalZeroEntity(CoordinatorEntity[GoalZeroDataUpdateCoordinator]):
|
|||
) -> None:
|
||||
"""Initialize a Goal Zero Yeti entity."""
|
||||
super().__init__(coordinator)
|
||||
self.coordinator = coordinator
|
||||
self.entity_description = description
|
||||
self._attr_name = (
|
||||
f"{coordinator.config_entry.data[CONF_NAME]} {description.name}"
|
||||
|
|
Loading…
Add table
Reference in a new issue