Address late comment on Goalzero refactor (#73180)

This commit is contained in:
Robert Hillis 2022-06-07 16:35:59 -04:00 committed by GitHub
parent 1bc9867940
commit 94c037605a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"