Open ampersandru opened 7 months ago
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"
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?
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
I connect my Ecobee via Homekit controller integration for local control within HA. My lovelace yaml as follows:
For the Modes header, it displays the unflattering "ui.card.climate.operation"
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?