mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-23 20:23:56 -05:00
Add condensed grid support to CarPlay templates (#4460)
This commit is contained in:
committed by
GitHub
parent
d3d6895715
commit
3227bd50fb
@@ -38,7 +38,7 @@ final class AppEntitiesModel: AppEntitiesModelProtocol {
|
||||
|
||||
public func updateModel(_ entities: Set<HAEntity>, server: Server) {
|
||||
// Only update database after a few seconds or if the entities count changed
|
||||
// First check for time to avoid unecessary filtering to check count
|
||||
// First check for time to avoid unnecessary filtering to check count
|
||||
if !checkLastDatabaseUpdateRecently(server: server) {
|
||||
let appRelatedEntities = filterDomains(entities)
|
||||
Current.Log
|
||||
|
||||
Reference in New Issue
Block a user