alengwenus / ha-sma-ev-charger

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

Add support for number native step smaller than 1 #32

Closed alengwenus closed 9 months ago

alengwenus commented 9 months ago

Several channels which are represented by number entities support floating point numbers with a precision >0. With this PR the corresponding number entities allow input with a step <1. The corresponding value is properly written/read to/from the SMA EV Charger.

fixes #31