You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
First of all thanks! your project is giving my nook a second life ^^.
My bug is related to your await page.waitForSelector("home-assistant", { timeout: Math.max(config.renderingTimeout - navigateTimespan, 1000) });
Code, as I am personally not using lovelace but I am currently more of a Tileboard user... so this check is blocking.
Easy fix but just thought I would share it.
The text was updated successfully, but these errors were encountered:
Hello,
First of all thanks! your project is giving my nook a second life ^^.
My bug is related to your
await page.waitForSelector("home-assistant", { timeout: Math.max(config.renderingTimeout - navigateTimespan, 1000) });
Code, as I am personally not using lovelace but I am currently more of a Tileboard user... so this check is blocking.
Easy fix but just thought I would share it.
The text was updated successfully, but these errors were encountered: