Releases: G-Two/homeassistant-subaru
Releases · G-Two/homeassistant-subaru
v0.6.2
Breaking Changes
- Service
subaru.remote_start
no longer accepts VIN. It now uses the HA-generateddevice_id
to select the car you want to start. Example YAML below, or see instructions in Developer Tools->Services UI:
service: subaru.remote_start
data:
# preset_name is case sensitive
preset_name: Full Heat
# Use the Services UI to populate device_id
device_id: 0cce5d5135ac6459ce620654362e45b8
New Features
- Supports mandatory 2FA in config flow (only required once during initial config)
- Device information now includes vehicle year and model name
Bugfixes
- Fixes timestamp format issue for iOS devices and HA >= 2022.2
Miscellaneous
- Warning for deprecated services (to be removed in 0.7.0)
- Code quality and maintainability updates
v0.6.1
v0.6.0
Breaking Changes
subaru.remote_start
service required data attributes have changedpreset_name
is a new required data attribute to specify a climate control preset, see README
- All previous Subaru integration specific services are now deprecated and will be removed in a later release
- Use the native HA services exposed by Button and Select for equivalent functionality (without the need to enter VIN)
New Features
- Remote command button entities and climate control selection is now supported (thanks for the idea @stboch)
- Add ability to unlock only driver's door or tailgate via a new
subaru.unlock_specific_door
service - Added sunroof binary sensor (it doesn't work on my 2019 Crosstrek, but maybe it works for someone? Please leave feedback.)
Miscellaneous
- Update to Subaru API g2v21 (used by most recent official mobile app, will hopefully be more stable)
v0.5.2
Breaking Changes
- Requires HA 2021.12
- Remote command status notifications are now disabled by default. Users that depend on notifications for automations or scripts may reenable them in the integration options. See documentation for more information.
sensor.<name>_ev_time_to_full_charge
now defaults to epoch (1970-01-01T00:00:00) instead of Unavailable when vehicle is not charging.
Feature Additions
- Add configuration option for remote command Lovelace notifications. Closes #20 .
- Failure — Only notify on failure
- Pending — Temporary notification of remote command in progress
- Success — Persistent notification of completed remote command
v0.5.1
v0.5.0
Breaking Changes
- Requires HA >= 2021.8
- Removed redundant
subaru.lock
andsubaru.unlock
services- Users should use the HA built-in
lock.lock
andlock.unlock
service calls instead
- Users should use the HA built-in
- Changed "EV Time to Full Charge" units to ISO timestamp of estimated charge completion time
Fixes
- Update for HA 2021.8 compatibility
- Corrects typo in binary sensor icons
- Add nightly CI tests to detect future HA release breaking changes
Miscellaneous
- Code quality improvements from HA Core reviews
- Bump to subarulink 0.3.14