Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 17:11
· 3 commits to refs/heads/main since this release
31700db

Translation

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

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.