Skip to content

v7.1.0

Compare
Choose a tag to compare
@nobbi1991 nobbi1991 released this 01 Dec 09:03
· 74 commits to main since this release
0d45751

Version 7.1.0 - 01.12.2024

Features

  • added rule habapp_rules.actors.light_bathroom.BathroomLight to control bathroom light
  • added the python version to habapp_rules.core.version.SetVersions
  • added habapp_rules.sensors.sun.WinterFilter to filter the sun signal depending on heating state. This can be used to avoid sun protection when heating is active
  • added habapp_rules.actors.heating.HeatingActive which can be used to set a heating flag if one of the heating actors is active
  • improved habapp_rules.core.timeout_list

Bugfix

  • added additional wait time to habapp_rules.actors.energy_save_switch.EnergySaveSwitch when switch is in wait for current state and current falls below threshold.