Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 04:43
· 79 commits to main since this release

[3.0.0] - 2023-09-15

Added

  • Added modbus_tcp as a new section in the config file.
  • Added MQTT logging options to set meters_level, features_level and covers_level in the config file.

Changed

  • BREAKING CHANGE MQTT topics updated to work with Home Assistant 2023.8.0 (#95159)
  • BREAKING CHANGE in the config file: the section modbus was renamed to modbus_serial.
  • Bump pymodbus to version 3.5.0
  • Bump aiomqtt to version 1.2.0
  • Bump build to version 1.0.0
  • Bump pytest to version to 7.4.1
  • Bump mypy to version 1.5.1
  • Bump coverage to version 7.3.0
  • Bump ruff to version 0.0.284
  • Updated configuration.md

Fixed

  • Fixed mypy errors