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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
✨ show_particles — New toggle (Glass and Bio layouts only) to disable the animated particles and orbs. When off, the rising bioluminescent particles (Bio) and background orbs (Glass) are hidden. Default: true.
🌦️ Weather Station layout (wxstation) — New layout with a dynamic weather background, 4-column gauge grid (battery, watch, wind, humidity, pressure, feels like — priority order), overflow sensors as chips, animated travel/distance chips, and a status footer with last-updated time. Fully integrated with all existing config options.
📱 Second device battery (show_device_2_battery) — Display battery for a second device (tablet, laptop, phone) alongside the primary device. Auto-detected from device_trackers (second entry); manual override via device_2_battery_sensor and device_2_battery_state_sensor entity pickers in the Sensors tab. Device icon auto-detected from entity name (tablet/laptop/phone). Supported across all 8 layouts.
Fixed
🐛 weather_text_color not applying to °C/°F unit — Temperature unit (.wx-temp-unit) had a hardcoded color: rgba(255,255,255,0.5) that overrode the inherited color. Now uses color: inherit; opacity: 0.55.