- fixed coordinator bug

This commit is contained in:
Jack Simbach 2023-11-28 20:11:14 -05:00
parent fbb4db3067
commit 75ff9243fb
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ class GeHomeUpdateCoordinator(DataUpdateCoordinator):
self._update_entity_state(entities)
def _update_entity_state(entities: List[Entity]):
def _update_entity_state(self, entities: List[Entity]):
from .entities import GeEntity
for entity in entities:
# if this is a GeEntity, check if it's been added