Skip to content

v2026.4.2

Choose a tag to compare

@Barma-lej Barma-lej released this 21 Apr 21:41
b7866f7

What's new in 2026.4.2

🎥 Camera support

  • Added live camera stream via <ha-camera-stream> — replaces the old static image polling
  • New config options: camera_view (auto / live), camera_controls, camera_muted
  • Removed legacy camera_refresh interval — stream lifecycle is now managed by HA natively
  • Editor controls for camera options use localization strings from Home Assistant core

🛠️ Editor improvements

  • renderSwitch now reads defaults from defaultConfig and removes keys from config when value matches default (sparse config)
  • New setConfigValue() helper unifies config mutation across the editor
  • setConfig() no longer merges defaultConfig into stored config — defaults are resolved at read time via getters

🎨 Styles

  • Added .landroid-wrapper CSS class with layout and positioning defaults
  • Animation state class now applied to <div class="landroid-wrapper">
  • Condensed keyframe rules, removed unused .landroid.on/.auto selectors
  • Renamed .rain_delay.rain_delayed for consistency

What's Changed

Full Changelog: v2026.4.1...v2026.4.2