andrey-git / home-assistant-custom-ui

Custom UI elements for https://home-assistant.io
https://home-assistant.io
MIT License
526 stars 97 forks source link

breaking: off_when_min no longer possible from 0.80.0b1 #156

Open Mariusthvdb opened 5 years ago

Mariusthvdb commented 5 years ago

Checklist

Browser + Version: all

CustomUI version: 20180831 Home Assistant release (hass --version): 0.80.0b1 Problem-relevant configuration.yaml entries:

off_when_min: true

Problem-relevant Home Assistant log entries:

Any errors from browser Javascript console:

since version 0.80.0b1 minimum brightness slider has been set to 1, because it was considered a bug the slider being able to go all the way down to 0. see https://community.home-assistant.io/t/turning-a-dimmer-down-to-lowest-via-ui-slider-should-keep-the-light-on-not-switch-off/8891/25

and

https://github.com/home-assistant/home-assistant-polymer/pull/1715#issuecomment-426429023

this is an unfortunate series of events, breaking a fundamental option in the HA interface, which was so easily adjusted, if needed, by the custom-ui.

please see if there is anything possible, to re-enable this, overriding the minimum brightness of 1?