CJNE / ha-porscheconnect

Porsche Connect custom component for Home Assistant
MIT License
29 stars 12 forks source link

Add charging timer sensor #178

Closed josiasmontag closed 1 year ago

josiasmontag commented 1 year ago

Similarly to the "Charing Profile" sensor, this adds an "Charging Timer" sensor.

If there is no timer active, the value will be None. Otherwise it will be the ID of the current active timer. If there are multiple active timers, it will just be the ID of the first active timer.

It has a timers attribute with details about the different timers.

ha
CJNE commented 1 year ago

Nice, thank you!