[X] I have updated to the latest available Home Assistant version.
[X] I have cleared the cache of my browser.
[X] I have tried a different browser to see if it is related to my browser.
[X] I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
I have an Ecobee thermostat. It seems that, at some point in time, the preset_mode supported values went from Home, Away, Sleep, Away_indefinitely to lower case versions ie home, away, sleep...
I am using the thermostat card. Whenever I change the thermostat temperature setting, an error message pops up "Preset mode is not valid. Valid preset modes are: home, away, sleep, away_indefinitely." This is confirmed in the log:
`Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:287
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 6:30:55 AM (2 occurrences)
Last logged: 6:43:57 AM
[544804952464] Preset mode is not valid. Valid preset modes are: home, away, sleep, away_indefinitely`
Using the developer tools, I am able to confirm that preset_mode went from "home" to "temp". "temp" is not a permitted value. While in the developer tools, I noticed incidentally that climate_mode was set to "Sleep" While the thermostat schedule would have it in sleep mode at this time of the day, I ponder about the capitalization.
Describe the behavior you expected
Manually changing the thermostat temperature setting should:
change the temperature
leave the preset_mode the way it was
[!Note] the thermostat itself shows the current preset but indicates the override. I am not sure this is communicated in any shape or form to HA.
Steps to reproduce the issue
Click on the + or - button on the thermostat card to differ from the established preset
Notice the error message at the bottom of the screen
Notice that the preset on the card goes from a home icon and the text "Home" to a bullet icon and no text
...
What version of Home Assistant Core has the issue?
core-2024.11.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
Checklist
Describe the issue you are experiencing
I have an Ecobee thermostat. It seems that, at some point in time, the preset_mode supported values went from Home, Away, Sleep, Away_indefinitely to lower case versions ie home, away, sleep...
I am using the thermostat card. Whenever I change the thermostat temperature setting, an error message pops up "Preset mode is not valid. Valid preset modes are: home, away, sleep, away_indefinitely." This is confirmed in the log: `Logger: homeassistant.components.websocket_api.http.connection Source: components/websocket_api/commands.py:287 integration: Home Assistant WebSocket API (documentation, issues) First occurred: 6:30:55 AM (2 occurrences) Last logged: 6:43:57 AM
[544804952464] Preset mode is not valid. Valid preset modes are: home, away, sleep, away_indefinitely`
Using the developer tools, I am able to confirm that preset_mode went from "home" to "temp". "temp" is not a permitted value. While in the developer tools, I noticed incidentally that climate_mode was set to "Sleep" While the thermostat schedule would have it in sleep mode at this time of the day, I ponder about the capitalization.
Describe the behavior you expected
Manually changing the thermostat temperature setting should:
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
core-2024.11.2
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response