Breaking Changes
- Service
subaru.remote_start
no longer accepts VIN. It now uses the HA-generated device_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