v3.3.0 (2026-05-25)
For HACS:
For direct download/copying the files: This is a non breaking change so replace your html file only.
Make sure you are clearing your cache/browser history when making changes.
New Features
- Implement HA check functionality for smart light bulbs and switches and pass the appropriate entities in Lights (@TheWojtek)
Based on the Light type the following is exposed:
• Wall switch / dumb bulb (onoff only): name + on/off label, power icon instead of bulb icon. No slider, no colour, no temp.
• Brightness-only bulb: name + slider only.
• CCT bulb (colour temp but no colour): name + slider + temp buttons.
• Full smart bulb (RGB/CCT): name + slider + colour swatches + temp buttons — same as before.
Visual and Bug Fixes/Enhancements
- Cleanup leftover code of font weight from .hero-title and .stat-value since they are overridden by the applyFonts() at runtime (@TheWojtek)
- catOpen was leftover and not renamed to petOpen causing multiple unnecessary calls (@TheWojtek)
- Changed some other functions and documentation names to pet for consistency