Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Increase config timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar committed Jun 30, 2021
1 parent a1a0ac3 commit 50eb787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiosk-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class KioskMode {
const config = llConfig.kiosk_mode || {};
this.processConfig(lovelace, config);
} catch {
if (this.llAttempts < 100) {
if (this.llAttempts < 300) {
setTimeout(() => this.getConfig(lovelace), 50);
} else {
console.log("Lovelace config not found, continuing with default configuration.");
Expand Down

0 comments on commit 50eb787

Please sign in to comment.