New:
- New service sunroof_tilt to tilt/lift the sunroof (Pin setup required) (Thanks @es-que)
- The service max_soc_configure has an optional parameter for the charging program now (Thanks @josephdouce)
- New sensor "tirewarningsdk", Esp. for Smart-cars or older MB-cars.
NO_WARNING = 0 SOFT_WARNING = 1 LOW_PRESSURE = 2 DEFLATION = 3 UNKNOWN = -1
Breaking changes:
- The attributes "rangeelectric", "chargingPower" are removed from the "soc"-sensor as they are available as sensors. (Thanks @Thomas55555 )
- The attributes "electricconsumptionstart", "electricconsumptionreset", "soc", "chargingPower" are removed from the "rangeElectricKm"-sensor as they are available as sensors. (Thanks @Thomas55555)
- The load mechanism of the component on HA-startup was changed. In the past, the component was loaded outside of the HA-startup environment. The result was that for the first 3-6 seconds the sensor went to unknown. Now, the component is loaded in a way that the last values are available until the states are available. Whenever you have automations/scripts in place that are dependent on that "old"-procedure you need to be adjust these.
Others:
- Some changes to be inline with the upcoming HA 2024.07 release
- Frontend translation for the chargeflap[a/d]cstatus sensors
Translations:
- CZ is nearly complete (Thanks @ngocjohn)
You can improve the translations of the other languages with the translation tool webplate. I will extend the translatable sensors in the next release.