Giter Club home page Giter Club logo

Comments (14)

ronaldheft avatar ronaldheft commented on June 19, 2024 6

You can set the heading title with:

control:
  hvac:
    _name: "Mode"

For example:
SCR-20230911-koyu

- type: custom:simple-thermostat
  entity: climate.ecobee_main_floor
  header: false
  decimals: 0
  step_size: 1
  label:
    temperature: Currently
  control:
    hvac:
      _name: "Mode"
      "off":
        name: "Off"
      "heat":
        name: "Heat"
      "cool":
        name: "Cool"
      "heat_cool": false
    preset:
      _name: Preset
  sensors:
    - entity: sensor.ecobee_main_floor_humidity
      name: Humidity

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024 1

that option indeed removes everyhing :-) , good enough for now

image

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
              mode:
                headings: false
            header: false

from simple-thermostat.

MEKadan avatar MEKadan commented on June 19, 2024 1

It's indeed a workaround , but not a fix for the issue :-)

So it is, but doesn't bother me, because I wouldn't be using those headings anyway :)

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

Yes, I have the same issue, not sure why this is happening...

from simple-thermostat.

automaton82 avatar automaton82 commented on June 19, 2024

Same issue, but for mine the state is undefined

Screenshot_20230908_195452_Home Assistant

Yaml:

cards:
  - control:
      hvac:
        heat_cool: false
    version: 3
    sensors:
      - entity: sensor.z_wave_thermostat_humidity_2
        template: '{{state.text}}%'
        label: RH
    type: custom:simple-thermostat
    header:
      name: Thermostat
      icon:
        cooling: mdi:thermometer-minus
        heating: mdi:thermometer-plus
        idle: mdi:thermometer-lines
        'off': mdi:thermometer-off
        auto: mdi:thermometer
    entity: climate.z_wave_thermostat_3
type: vertical-stack

from simple-thermostat.

MEKadan avatar MEKadan commented on June 19, 2024

Hmmm... Tried to disable "Show mode headings"?

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

Is that an option on the card?

I still dont get why 2023.9 update can cause an issue on this card ?

from simple-thermostat.

MEKadan avatar MEKadan commented on June 19, 2024

Is that an option on the card?

I still dont get why 2023.9 update can cause an issue on this card ?

Bit later reply, you seem to have found it already, but yes, its there:

image

In yaml this should be enough:

image

Suits to me, I like it more compact, like this

image

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

It's indeed a workaround , but not a fix for the issue :-)

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

no, that still gives the label

from simple-thermostat.

ronaldheft avatar ronaldheft commented on June 19, 2024

Did you clear your browser cache?

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

yes, also tried incognoto
tried below like your suggestion:

The mode heading to false, then it works, but its more compact then

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
              # mode:
                # headings: false
            header: false
            hvac:
              _name: "Mode"
              "off":
                name: "Off"
              "heat":
                name: "Heat"
              "cool":
                name: "Cool"
              "heat_cool": false
            preset:
              _name: Preset

image

from simple-thermostat.

pergolafabio avatar pergolafabio commented on June 19, 2024

ok, this fixed it

          - type: custom:simple-thermostat
            entity: climate.weau
            layout:
              step: row
              # mode:
                # headings: false
            header: false
            control:
              hvac:
                _name: Operation

from simple-thermostat.

NonaSuomy avatar NonaSuomy commented on June 19, 2024

Thank you that worked for Nest as well.

#Nest

type: custom:simple-thermostat
entity: climate.dining_room
layout:
  step: row
header: false
control:
  hvac:
    _name: Operation
    "off":
      name: "Off"
    "heat":
      name: "Heat"
    "cool":
      name: "Cool"
    "heat_cool":
      name: "Heat & Cool"
  preset:
    _name: Preset Mode
    "none":
      name: "None"
    "eco":
      name: "Eco"
sensors:
  - entity: sensor.dining_room_humidity
    name: Humidity

image

Any idea how to capitalize State: idle (heat) etc

from simple-thermostat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.