Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Ecobee via Homekit displays "ui.card.climate.operation" header for modes #420

Open
ampersandru opened this issue Apr 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ampersandru
Copy link

I connect my Ecobee via Homekit controller integration for local control within HA. My lovelace yaml as follows:

  - type: custom:simple-thermostat
    entity: climate.main_floor_2
    layout:
      step: row
    header: false
    control: true

For the Modes header, it displays the unflattering "ui.card.climate.operation"
image

When using the built-in ecobee integration, it does not display this. I want local control because the cloud version takes forever to respond to changes.

Is there anyway to fix this or hide that header?

@ampersandru ampersandru added the bug Something isn't working label Apr 22, 2024
@steveobhave
Copy link

You should be able to hide it through the visual editor by unselecting the "Show Mode Headings". Coversely you can change the name by using:

control:
hvac:
_name: Mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants