Minimum/maximum temperature in thermostat card #19353
-
Hello there, My boiler is only accepting a temperature between 7°C and 30°C. But for the boiler, in the card, I can range from 7°C to 35°C which reset the temperature back to what it was if I overshoot the 30°C (with an error message at the bottom of the screen) Would/could it be nice to have the possibility in the card to define an optional minimum and a maximum for the gauge? Thank you! EDIT: Could be useful also for people who wants to deliberately restreint the range. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure why your integration is providing the wrong https://www.home-assistant.io/docs/configuration/customizing-devices/ This doesn't sastisfy your request for making the individual card configurable, but it should at least alleviate some of your pain points. |
Beta Was this translation helpful? Give feedback.
I'm not sure why your integration is providing the wrong
min_temp
/max_temp
attributes for theclimate
, but I would assume you can use the customize flow to restrict the min/max temp to whatever you desire.https://www.home-assistant.io/docs/configuration/customizing-devices/
This doesn't sastisfy your request for making the individual card configurable, but it should at least alleviate some of your pain points.