mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Address late comment on Goalzero refactor (#73180)
This commit is contained in:
parent
1bc9867940
commit
94c037605a
@ -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…
x
Reference in New Issue
Block a user