Skip to content

2024.7.1 light and cover improvements

Compare
Choose a tag to compare
@make-all make-all released this 28 Jul 13:39
· 582 commits to main since this release
2024.7.1
c648bed

Breaking changes

  • backward compatbile vacuum entities for lawn_mower devices were deprecated more than 6 months ago and are now removed
  • backward compatible binary_sensor entities for motion, button, doorbell event devices were deprecated more than 6 months ago and are now removed
  • backward compatible water_heater for Poolex Q7 was replaced by a climate entity more than 6 months ago, and is now removed
  • backward compatible charge state sensor for 9in1 air quality monitor was replaced by a charging binary_sensor more than 6 months ago, and is now removed.
  • backward compatible fan entity for Klarstein DryFy Pro was replaced by the humidifier mode more than 6 months ago, and is now removed.

New devices

Improvements to existing devices

General improvements

  • Chinese (Traditional) translations #2123 by @swonge
  • light: fix incorrect reference for effect OFF #2135
  • tinytuya: updated to 1.15.1
  • device: enumerate configs in the executor thread #2133
  • cover: don't try to guess opening and closing state based on possibly inaccurate info #2099

Development improvements

  • Use yaml template for new device form, to better guide users