Add condensed grid support to CarPlay templates (#4460)

This commit is contained in:
Bruno Pantaleão Gonçalves
2026-03-30 22:42:09 +02:00
committed by GitHub
parent d3d6895715
commit 3227bd50fb
25 changed files with 621 additions and 155 deletions

View File

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