Releases: doudz/homeassistant-myjdownloader
Releases · doudz/homeassistant-myjdownloader
2.5.0
This release adds a service to add links to the LinkGrabber.
If you want these added links to be downloaded immediately, set autostart=true
. If you do not set autostart=true
, the links will only be added to the LinkGrabber and you have to manually move them to the download list to be downloaded. There is currently no service in this integration to move links/packages from the LinkGrabber to the download list.
What's Changed
- BREAKING Remove deprecated binary sensor by @oribafi in #45
- Add add_links service by @oribafi in #44
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- BREAKING Changed
pause
state of status sensor topaused
- Adding French translations by @Asthowen in #38
- Add service icons and translations (Not all translation files are up to date yet, feel free to contribute.) by @oribafi in #43
- Bump minimum Home Assistant version to 2024.4.0b0 by @oribafi in #43
Fixes
- Use new
UnitOfDataRate.MEGABYTES_PER_SECOND
constant #41 - Add note about ETA information in attributes #35
- This integration passes mypy typing checks for the first time 🎉
- Use newer HA helper classes and enums
New Contributors
Full Changelog: 2.3.4...2.4.0
2.3.4
Release 2.3.3
Bump to 2.3.3
Release 2.3.2
Release 2.3.1
- Add Brazilian Portuguese translation (#24) Thanks, @LeandroIssa
Release 2.3.0
- Added update entity. The binary sensor is now deprecated and will be removed in later releases.
- Do not enable binary sensor for update available by default.
- Bumped myjdapi to 1.1.4.
- Raised minimum Home Assistant version to 2022.4.0b0.
Release 2.2.0
- Set the correct device class for the update sensor (#23) Thanks, @Unfocused
- Updated device registry entry_type (#22) Thanks, @Unfocused
- Replaced deprecated DEVICE_CLASS_* constants
- Replaced deprecated ENTITY_CATEGORY_* constants
- Switched to native_value property in sensor entity
- Bumped myjdapi to 1.1.3
- Raised minimum Home Assistant version to 2021.12.0b0
Release 2.1.0
Thanks to @oribafi
Release 2.0.1
Thanks to @oribafi
- Add state_class attribute
- Bump myjdapi to 1.1.1
- Remove title from translation because it is an untranslatable brand name