Releases: Thomas55555/husqvarna_automower
2022.7.2
What’s Changed
- fix error sensor (#307) @Thomas55555
- remove bugs (#306) @Thomas55555
- Add norwegian translation #2 (#302) @nhmariend
- Add norwegian translation #1 (#301) @nhmariend
- Add Swedish translation (#300) @idoiten
- add new error descriptions (#297) @Thomas55555
- Remove wrong warning (#292) @Thomas55555
- Readme redirect link format (#286) @mulcmu
- Fix broken links (#287) @mulcmu
2022.7.1
What’s Changed
- Add Danish translation (#280) @OEHC
- add application credentials description (#279) @Thomas55555
- Finalize application credentials (#278) @Thomas55555
- Add application credentials platform (#225) @Thomas55555
- improve warning for missing configuration.yaml (#277) @Thomas55555
Breaking Change
After in release 2022.7.0 the support for log-in with username/password was already dropped, the integration was still able to work with the saved credentials. But new log-in attempts had to be done with client_id
and client_secret
in the configuration.yaml
With this release it's possible to add your credentials in the application_crendentials
platform. So no configuration in the configuration.yaml
is needed anymore. Unfortunately, your saved username and password are getting lost, too. So there are to cases now:
- Last log-in with username/password -> you have to re-authenticate and you can enter
client_id
andclient_secret
in th UI - Last log-in with
client_id
andclient_secret
in theconfiguration.yaml
-> your crendentials get imported to the Application Credentials in the UI and after the update you can delete theclient_id
andclient_secret
in theconfiguration.yaml
2022.7.0
What’s Changed
- remove token_info from entry (#275) @Thomas55555
- Add Binary Error sensor (#271) @Thomas55555
- Relinked the screenshot in the README file. (#273) @pjbaert
- add mower name to park and start entity (#272) @Thomas55555
- bump HA reqs to 2022.7.0b0 (#270) @Thomas55555
- temporarily downgrade hacs reqs (#269) @Thomas55555
- make percentage_sensors less boring (#268) @Thomas55555
- number_entity for park and start (#267) @Thomas55555
- Migrate number entity to native value (#257) @Thomas55555
Breaking changes / Deprecations
- remove log-in with password/username (#274) @Thomas55555
Please add your client_id and client_secret to theconfiguration.yaml
: https://github.com/Thomas55555/husqvarna_automower#home-assistant - The service
park and start
is depracated. You can use the newnumber_entities
(#272) instead. Please update your automations....
2022.7.0b2
What’s Changed
- bump HA reqs to 2022.7.0b0 (#270) @Thomas55555
- temporarily downgrade hacs reqs (#269) @Thomas55555
2022.7.0b1
What’s Changed
- make percentage_sensors less boring (#268) @Thomas55555
- number_entity for park and start (#267) @Thomas55555
- Migrate number entity to native value (#257) @Thomas55555
2022.6.2
2022.6.1
What’s Changed
- use native_unit_of_measurement (#256) @Thomas55555
- Add Camera Entity (#244) @prairiesnpr
Breaking change
The use of native_unit_of_measurement breaks your statistics. You'll get a warning and can easily delete the old statistics in the Developer Tools
2022.6.0
There are a lot of new statistics sensors now, like you have them in the AutomowerApp and also some additional (number of collisions, cutting blade usage time) which are disabled by default.
I've your mower support information about the last change of the cutting blades, please let me know. So I can enable this feature only for mowers, where this is working (e.g. works not for my 315X).
What’s Changed
- tweak SensorEntityDescription (#254) @Thomas55555
- add percentage sensors (#253) @Thomas55555
- use timedelta for timestatistics (#252) @Thomas55555
- add state_class to statistics (#251) @Thomas55555
- add redirect information (#250) @Thomas55555
- bump aioautomower to 2022.6.0 (#249) @Thomas55555
- Add statistic sensors (#248) @Thomas55555
- add Estonian translation (#242) @priiduonu
- remove domain from hacs.json (#241) @Thomas55555
- add mower name to calendar (#240) @Thomas55555
2022.6.0b2
What’s Changed
- add percentage sensors (#253) @Thomas55555
- use timedelta for timestatistics (#252) @Thomas55555
2022.6.0b1
What’s Changed
- add state_class to statistics (#251) @Thomas55555
- add redirect information (#250) @Thomas55555