zigbee2mqtt-frontend icon indicating copy to clipboard operation
zigbee2mqtt-frontend copied to clipboard

Device transition time should support decimal places

Open ste-fle opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. The Hue bridge always applies a fast transition to light changes so they're not instant which might seem wonky. The frontend allows this too via the "settings (specific)" tab of a device (bulb). This input (input type=number) only allows integers and in my opinion 0 (instant) is too fast and 1s is too slow. According to this discussion https://github.com/Koenkk/zigbee2mqtt/issues/1260#issuecomment-473430442 it should be possible to use decimal places but the frontend doesn't support this because the "input type=number" only allows to enter digits.

Bildschirm­foto 2022-09-11 um 08 51 54

Describe the solution you'd like The frontend should either allow to enter decimal places (e.g. "0.1") or the user input should be in ms and converted to s in the background.

ste-fle avatar Sep 11 '22 06:09 ste-fle