What’s Changed
- avoid duplicates in position history (#520) @Thomas55555
- bump aioautomower to 2023.8.1 (#528) @Thomas55555
- move lat_long_bounds to map_utils (#527) @Thomas55555
- update estonian translation (#523) @priiduonu
- Revert "split up session and rest" (#522) @Thomas55555
- split up session and rest (#514) @Thomas55555
- enable error and problem sensors by default (#516) @Thomas55555
- set entity category for map (#517) @Thomas55555
Breaking changes
- Swap Camera for Image Entity (#512) @prairiesnpr
The new image entity instead of the camera entity is used now. You have to delete the old camera entity - remove deprecated features (#511) @Thomas55555
Home Assistant deprecated some features in the vacuum entity. So the following are not available anymore:
vacuum.error (was actually never used), vacuum.battery (use the separate battery entity instead), vacuum.status (this was a dynamic text, which showed the status of the mower. It was quite useful to see, what the mower is doing right now. As this is gone, theproblem sensor
is more important now and is enabled by default. You can see there the reason why your mower is not mowing)