nervetattoo / simple-thermostat

A different take on the thermostat card for Home Assistant ♨️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui.card.climate.fan_mode displaying when configuring fans

TETZUO opened this issue · comments

commented

When configuring the fan buttons a random element appears called iu.card.climate.fan_mode

Any Idea what is causing this?

image

commented

Supported modes:

hvac_modes: heat_cool, heat, dry, fan_only, cool, off
min_temp: 7
max_temp: 35
fan_modes: low, medium, high
current_temperature: 25
temperature: 22
fan_mode: low
friendly_name: AC Daikin
supported_features: 9

commented

I faced the same issue. Thanks all

Same issue as well. I have "fan: true" and getting the class type name.

I have same issue when using sensors as follows:

      entity: climate.entrance
      step_size: 0.5
      header: false
      sensors:
        - attribute: preset_mode
          name: Mode

image