This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
Releases: Thomas55555/husqvarna_automower
Releases · Thomas55555/husqvarna_automower
2024.2.0
Time to say goodbye 👋
This will be the last release of this custom component, because the integration will convert to an official integration in Home Assistant 2024.3.0
Not all features will be there (from the beginning). And I don't think, that I will migrate the zones feature.
But I expect improvements in stability. Especially for the authentication errors some of you expired, because token management is now done directly by Home Assistant.
Thanks to all contributors.
To use the offical integration update your Home Assistant to > 2024.3.0 and make sure you deleted the custom integration, and also the data of the integration in the config/custom_components
folder.
What’s Changed
- Fix tests (#575) @Thomas55555
- Add serial number (#574) @Thomas55555
- Bump release-drafter/release-drafter from 5 to 6 (#570) @dependabot
- Bump codecov/codecov-action from 3 to 4 (#569) @dependabot
- bump python to 3.12 (#567) @Thomas55555
- Bump actions/cache from 3 to 4 (#564) @dependabot
2024.1.0
What’s Changed
- Fixed Unit deprecation warning (#562) @Airler
- pin version (#563) @Thomas55555
- Bump actions/setup-python from 4 to 5 (#559) @dependabot
- Fix typo in README.md (#552) @javierarrieta
2023.10.0
What’s Changed
- remove reverse geocode (#548) @Thomas55555
- Bump actions/checkout from 3 to 4 (#543) @dependabot
- update et translation (#546) @priiduonu
2023.9.0
What’s Changed
- Fix UnitOfLength (#545) @Thomas55555
- Add totalDriveDistance sensor (#544) @Thomas55555
- Always unload integration (#540) @Thomas55555
- only update map on change (#531) @Thomas55555
- Fix required HA version (#536) @liayn
2023.8.0
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)
2023.8.0b2
What’s Changed
- 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
- remove depracated features (#511) @Thomas55555
- Swap Camera for Image Entity (#512) @prairiesnpr
2023.8.0b1
What’s Changed
- 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
- remove depracated features (#511) @Thomas55555
- Swap Camera for Image Entity (#512) @prairiesnpr
2023.8.0b0
What’s Changed
- split up session and rest (#514) @Thomas55555
- enable error and problem sensors by default (#516) @Thomas55555
- set entity category for map (#517) @Thomas55555
- remove depracated features (#511) @Thomas55555
- Swap Camera for Image Entity (#512) @prairiesnpr
2023.7.0
What’s Changed
- bump aioautomower to 2023.4.5 (#509) @Thomas55555
- delete core symlink (#506) @Thomas55555
- set entity naming (#505) @Thomas55555
- correct typos in et-translation (#500) @priiduonu
- support for entity names in estonian translation (#498) @priiduonu
- Update readme (#497) @Thomas55555
2023.6.1
What’s Changed
- Don't raise keyerror during migration, if missing camera key (#495) @prairiesnpr
- Add map camera functionality, better config flow, and initial testing coverage (#485) @prairiesnpr
- Extend support for translations (#491) @astrandb
- delete strings (#490) @Thomas55555
- fix loggers (#488) @Thomas55555