simple-thermostat icon indicating copy to clipboard operation
simple-thermostat copied to clipboard

Error when adjusting temp and hiding a setpoint

Open jheikkila920 opened this issue 1 year ago • 4 comments

Describe the bug When you hide either the high or low setpoint and try to adjust the set point, an error occurs: Failed to call service climate/set_temreture. some but not all values in the same group of inclusion 'temerature' @ data[]

Expected behavior When hiding one of the set points, you should be able to still adjust the setpoint of unhidden setpoint.

# The least ammount of code possible to reproduce my error
type: custom:simple-thermostat
header: false
entity: climate.ac_zone_thermostat
setpoints:
  target_temp_low: null
  target_temp_high:
    hide: true

Screenshots image

Browser

  • OS: iOS/Windows
  • Browser: Chrome/Firefox/Mobile app
  • Simple Thermostat version from browser console: 2.5
  • Home Assistant version: 9.4

jheikkila920 avatar Sep 15 '22 16:09 jheikkila920