cgarwood / homeassistant-fullykiosk

Fully Kiosk Browser integration for Home Assistant
Apache License 2.0
153 stars 27 forks source link

Change number entity min/max/step handling #78

Closed cgarwood closed 2 years ago

cgarwood commented 2 years ago

Fixes #77

min/max/step isn't supported in NumberEntityDescription until HA 2022.2, so this switches setting those to just use the _attr_min_value, _attr_max_value, etc properties.