Skip to content

v2024.12.02

Compare
Choose a tag to compare
@RustyDust RustyDust released this 27 Dec 12:04
· 39 commits to master since this release
f720162

v2024.12.02

  • Fix reconfigure flow for existing installations

v2024.12.01

  • Make sure the default scan interval is honored even if not set by user
  • Make sure old values aren't overwritten in case of connection error (fixes #70)
  • Be lenient to connection errors for ~3 mins (Sonnenbatterie maintenance interval)
  • Fix minor oversight in sensor_list.py
  • Silence/fix some PEP hints from IDE
  • Update version, require sonnenbatterie >= 0.3.0
  • Moved "options" to basic configuration
    • scan_interval and debug_mode can now be set under the (...) menu
      using the "Reconfigure" option
  • Made configuration editable by providing async_setup_reconfigure function (see above)
  • Added serial number to device in integration overview
  • Disabled OptionsFlowHandler class since there are no more options ;)
  • Disabled some functions that were never called
  • Reworked config reload to be compatible with HA 2025.1 onward (fixes #69)
  • Added/removed translations where appropriate
  • Removed unused constants
  • Fixed a bug that caused the sensors to be read every second thereby causing unnecessary load
  • Updated README