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

min/max/pin doesn't work with climate components #141

Open seidler2547 opened 6 years ago

seidler2547 commented 6 years ago

Checklist

Browser + Version: Firefox

CustomUI version: CustomUI: 20180625 Home Assistant release (hass --version): Home Assistant 0.72.1 Problem-relevant configuration.yaml entries:

  customize_glob:
    climate.*:
      custom_ui_state_card: state-card-custom-ui
      state_card_mode: break-slider
      slide_theme:
        min: 16
        max: 28
        pin: true
        off_when_min: false
        report_when_not_changed: false

So I put min/max and pin into the config, the slider appears but the limits aren't respected and there is no pin.