v2.0.0
github-actions
released this
15 Aug 17:11
·
3 commits
to refs/heads/main
since this release
Translation
- Added Dutch (#308 @CasparTheBridge), Norwegian Bokmål (#307 @corvy) and Swedish translations. @jonasbkarlsson (#306)
Note that User->User settings->Language
controls translation of configuration texts, entity states and state attribute names, and Settings->System->General->Language
controls translation of entity names. For a change of translation to take effect for the entity names, the integration needs to be reloaded (can be done by restarting Home Assistant). Contents of Dashboards do not seem to be automatically updated when translation is changed.
Bug Fixes
- Avoid turning on charger during intialization. @jonasbkarlsson (#315)
This fixes #309 - Reset keep_on state if target SOC is updated. @jonasbkarlsson (#314)
This fixes #237 - Status should always be disconnected when not connected. @jonasbkarlsson (#313)
This fixes #293
Backward-incompatible changes
- The
sensor.ev_smart_charging_charging
has state attributes. In order to translate their names, some of their internal identifier had to be updated. This affects the usage of these state attributes in automations and dashboards. The following internal identifiers needs to be changed in automations and dashboards.
'EV SOC' => 'ev_soc'
'EV target SOC' => 'ev_target_soc'
'Charging is planned' => 'charging_is_planned'
'Charging start time' => 'charging_start_time'
'Charging stop time' => 'charging_stop_time'
'Charging number of hours' => 'charging_number_of_hours' - Minimum Home Assistant version is changed to 2023.4 (was 2022.7 before).
- Python 3.9 and 3.10 are no longer supported. Note that Python 3.12 has been used by Home Assistant since 2024.2.