Releases: bimmerconnected/ha_custom_component
Releases · bimmerconnected/ha_custom_component
Rebase to HA 2021.10.0, add stop AC service
- Update to HA
2021.10.0
- Add service
bmw_connected_drive.deactivate_air_conditioning
to stop air conditioning (if car supports this)
Version for HA 2021.9
Changed sensor.py
according to https://github.com/home-assistant/core/pull/48261/files#diff-58dcc591bbd6b0e56a5d7f1b6b1a4d38486cba28db575070dac071668ba9919a to work with HA 2021.9
Version for HA 2021.8.8
This version works on HA 2021.8.
Rebase to HA 2021.1.0
- Rebase to home-assistant/core#45086 (merged) @rikroe
Fix service execution check Pt. II
Fix login, rebase to current HA base
- Fixes login issue for rest of world (https://github.com/bimmerconnected/bimmer_connected/releases/tag/0.7.8)
- Update to latest version of HomeAssistant PR (home-assistant/core#39585)
Fix service execution check
Updated version with fix for cars with no status
Updated version with fix for cars with no status.
20200511.2 - Fix for device tracker, add source of config
- Add
update
method todevice_tracker
- Append (configuration.yaml) to entity title if loaded from file
This release uses the correct source branch
20200510.1 - Add Config Flows
This release goes one step back and implementsConfig Flows only, without DataUpdateCoordinator
.
All existing functionality (as of Home Assistant Core 109) should be available.