Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
2k stars 58 forks source link

Unable to change temperature consistently. #881

Closed pavandave closed 1 week ago

pavandave commented 3 weeks ago

For any feature request you can open a new discussion here:
https://github.com/Clooos/Bubble-Card/discussions/categories/feature-requests

For any question you can open a new discussion here:
https://github.com/Clooos/Bubble-Card/discussions/categories/q-a

Describe the bug
The temperature change does not always take. I can hit the + or - on climate multiple times and sometimes it will only register a change one time and then no additional inputs are taken. Ex setting from 71 to 73, it will not register the clicks after it changes the first time. Bubble Card v2.3.0-beta.3

To Reproduce
Steps to reproduce the behavior:

  1. Enable climate card
  2. Click on + or - a few times
  3. See either no change or only a single change.

Expected behavior
I expect the + / - taps to increment or decrement the set temperature.

Screenshots
n/a

YAML
If applicable, add any relevant YAML code.

    type: custom:bubble-card
    card_type: climate
    entity: climate.downstairs_thermostat
    sub_button:
      - entity: sensor.indoor_temperature
        show_name: false
        name: Current
        show_state: true
        state_background: false
        show_icon: false
        show_background: false
        show_attribute: false
      - name: HVAC modes menu
        select_attribute: hvac_modes
        show_arrow: false
      - name: Set
        show_attribute: true
        attribute: temperature
        icon: mdi:thermometer
        state_background: false
        show_state: false
        show_name: false
        show_icon: true
    name: Thermostat
    double_tap_action:
      action: none
    hold_action:
      action: none
    show_attribute: true
    attribute: current_temperature
    show_state: true
    force_icon: false
    show_last_changed: false

Information (please complete the following information):

Clooos commented 3 weeks ago

Hi! This issue should be fixed in the next beta šŸ¤ž

Thank you for the feedback!

Clooos commented 1 week ago

Hi! Can you tell me if this issue is fixed for you in the new v2.3.0-beta.4?

pavandave commented 1 week ago

Issue is fixed. Thanks.

Clooos commented 1 week ago

Nice! šŸ˜ƒ I'm closing this then.