github d0n0van/ariston-remotethermo-home-assistant-v3 v0.21.11
v0.21.11 - Fix BOOST switch availability for Andris2

latest releases: v0.22.0, v0.21.14, v0.21.13...
10 months ago

Bug Fixes

  • BOOST Switch Availability: Fixed greyed-out BOOST switch for Andris2 devices
  • Graceful Property Handling: Use getattr() with default False for missing water_heater_boost property
  • Prevents Switch Grey Out: BOOST switch now shows as available even if device property not supported
  • Fallback to MODE Dropdown: BOOST mode still accessible via water heater MODE dropdown when device supports it

Technical Details

  • Modified get_is_on lambda to use getattr(entity.device, 'water_heater_boost', False)
  • Handles missing device properties gracefully without errors
  • BOOST functionality available through switch entity or MODE dropdown

Impact

  • Fixes issue where BOOST switch appeared greyed out/unavailable
  • Maintains BOOST functionality through both UI methods (switch + dropdown)
  • Better error handling for devices with varying property support

Don't miss a new ariston-remotethermo-home-assistant-v3 release

NewReleases is sending notifications on new releases.