Skip to content

v7.0.0

Compare
Choose a tag to compare
@nobbi1991 nobbi1991 released this 22 Nov 21:35
· 122 commits to main since this release
7262738

Version 7.0.0 - 22.11.2024

Breaking changes

  • bumped HABApp to 24.11.0. Check release info
  • updated docker container to use python 3.13
  • renamed all habapp_rules exceptions to error. E.g. habapp_rules.HabAppRulesException to habapp_rules.HabAppRulesError
  • renamed habapp_rules.system.watchdog to habapp_rules.system.item_watchdog
  • moved rules of habapp_rules.actors.power to habapp_rules.sensors.current_switch

Features

  • Added rules in habapp_rules.actors.energy_save_switch to switch off sockets during sleeping time or at absence to save energy.

Bugfix

  • moved rules of habapp_rules.actors.power to habapp_rules.sensors.current_switch. Old location is still supported, but deprecated
  • fixed wrong item name in habapp_rules.energy.monthly_report.MonthlyReport