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
Fix: forecast count on Inky Impression / Puppeteer setups — measureCard() now retries via requestAnimationFrame when the card has not been laid out yet (offsetWidth === 0). This resolves the intermittent issue where only 3 hourly slots were shown because the forecast subscription callback raced ahead of the first layout paint.
Remove deprecated hass.selectedLanguage — replaced with hass.language only, in line with current Home Assistant API.
Icon colour CSS variable — icons now use --state-icon-color (current HA standard) with --paper-item-icon-color as a fallback for older installs.