Thermostat card question (hide modes & power button)

Hi all, is there a way to hide all the modes and power button on this lovelace thermostat card? nest
nestconfig

You can customize these entries, take a look here on how to do that in general:

homeassistant:
  customize:
    climate.livingroom_ac:
      hvac_modes:
        - 'off'
        - 'cool'
        - 'dry'
        - 'fan_only'
      swing_modes:
        - 'off'
        - 'vertical'
2 Likes