Skip to content

Commit

Permalink
fix entitymanager
Browse files Browse the repository at this point in the history
  • Loading branch information
BlenderistDev committed Aug 28, 2024
1 parent 1ae1681 commit bc64a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/homeassistant/entitymanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (m *EntityManager) updateEntitiesState(client dto.Client) {
if ok {
storageState, ok := entityStorage[client.Mac]
if ok && storageState == state {
return
continue
}
}
if m.entityStates[entity] == nil {
Expand Down

0 comments on commit bc64a97

Please sign in to comment.