Skip to content

v1.3

Compare
Choose a tag to compare
@ufozone ufozone released this 25 Feb 22:54
· 280 commits to main since this release

Important

This version requires Home Assistant 2024.2.0 or newer.

Caution

This version contains breaking changes.

🚀 Features and fixes:

  • Add image entity #60
  • Add map rotation as configurable setting #62
  • Add service custom_command
  • Add new attribute next_pull to all entities
  • Improve device_tracker entity by adding GPS accuracy
  • Improve map calculation by using PI from math class
  • Improve storing the map GPS position #56
  • Improve entity category for all entites #59
  • Disable camera entity by default and mark as deprecated #58
  • Bump pillow from 10.0.0 to 10.2.0
  • Bump numpy from 1.21.6 to 1.26.0
  • Fix redacted information in diagnostics #64
  • Fix missing connection between current and last GPS location #57
  • Fix updates stopped at the start of the standby time #55
  • Fix TimeoutError aliases
  • Fix typos in translations

💥 Breaking changes:

  • Camera entity
    The camera entity is marked as deprecated and will be removed in version 1.4. Use the new image entity instead. You must delete the old camera entity after upgrading to 1.4.

  • Vacuum entity
    In July 2023 Home Assistant has marked some vacuum entity functions as deprecated. This affects the following functions that are used:

    • vacuum.error: Shows the specific error message when the lawn mower is in STATE_ERROR.
    • vacuum.status: This is a dynamic text that showed the status of the mower. It was quite useful to see what the mower is currently doing or what specific error is present.

    The changes came into effect with HA 2024.2.0. Currently, the implementations are still working. As soon as this is no longer the case, you will get the necessary information about the reason why your mower is not mowing in the binary_sensor entity error (attribute reason). You can get the exact working status via the sensor entity.