nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️
MIT License
746 stars 111 forks source link

Card shows redundant information in the state (status) field. #264

Open YannickvanVugt opened 3 years ago

YannickvanVugt commented 3 years ago

Describe the bug Card shows redundant information in the state (status) field. Button selection is displayed after the thermostats state.

Expected behavior Only show the state and not the button state as well.

Screenshots image

Browser

Card is in a vertical stack


# The least ammount of code possible to reproduce my error

  - type: custom:simple-thermostat
    entity: climate.verwarming_slaapkamer_yannick
    show_header: false
    decimals: '1'
    step_size: '0.5'
    label:
      temperature: Temperatuur
      state: Status
    step_layout: column
    sensors:
      - entity: sensor.state_kacheltje_slaapkamer_yannick
        name: Kacheltje
      - entity: sensor.ths_slaapkamer_yannick_humid
        name: Luchtvochtigheid
    layout:
      mode:
        headings: true
        icons: true
        names: true
    hide:
      state: false
    view_layout:
      mode:
        headings: true
        icons: true
        names: true
bafplus commented 3 years ago

Issue is still here. I to only need the state vallue and not combined with the preset vallue. In above example it should show "inactief" only and not "inactief(Verwarmen)".

GhyslainBruno commented 11 months ago

Hi all, any news about this ?

I'm currently looking for a way to remove this redundant info as well.

Thanks for your help