alengwenus / ha-sma-ev-charger

SMA EV Charger integration for Home Assistant
Apache License 2.0
18 stars 2 forks source link

sensors do not have the list of possible options #12

Closed holgergrote closed 10 months ago

holgergrote commented 10 months ago

The sensors

-schalterstellung_drehschalter -status_ladevorgang -status_des_verbundenen_fahrzeugs -status_ladevorgang

have several options. The possible values are not listed under Entwicklerwerkzeuge->Zustände (development tools->states?). Other sensors do have an attribute options with all valid options.

This would be helpfull for automations. There it woud be possible to select the options from the GUI. (Without that I had to search the correct value and type it manually. So this ist just a nice enhancement)

alengwenus commented 10 months ago

Hi @holgergrote, I added the options for all the sensors which can be enumerated in 1.0.13. Thanks for the hint!

holgergrote commented 10 months ago

Checked the new version. I get the selectable options in for the automations. So it works.

Thanks for the enhancement.