Simple thermostat for baseboard heat

I have looked all over town, but can't figure it out. How can I just make a simple thermostat that doesn't show mode? just temp, target temp and controls?

Add this snippet in the CSS portion of that dashboard

.thermostat .my-1 {
  display: none;
}
1 Like

OMG, thanks! why didn't I ask before spending hours trying to find the secret code! rock and roll!!

1 Like