Skip to content

v3.3.0 (2026-05-25)

Choose a tag to compare

@Big-Edge2297 Big-Edge2297 released this 25 May 13:43
4d5f123

For HACS: ⚠️ Save/Backup your config.js file! Every time you download a new release from HACS, the config file will be overwritten and you will lose your changes. ⚠️

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

  1. 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

  1. Cleanup leftover code of font weight from .hero-title and .stat-value since they are overridden by the applyFonts() at runtime (@TheWojtek)
  2. catOpen was leftover and not renamed to petOpen causing multiple unnecessary calls (@TheWojtek)
  3. Changed some other functions and documentation names to pet for consistency