First off I love this card! Thanks for making it 😄
Do you accept PRs? I've got some feature requests, and I'm willing to make these changes and submit them if you think they'd be worthwhile:
Support for 0.96.0: per the release notes, two changes impact this card; operation_mode has been changed to hvac_mode and auto has now been split into auto and heat_cool
Not sure if this came with 0.96.0 or if it was introduced earlier, but the thermostat component now supports low and high temperature setpoints, so I'd like to convert my two entities into one while still using this component.
A new optional configuration option called always_use_range_slider (defaults to false) which uses the range sliderType for heat, cool, and auto when set to true. My use case is that my thermostat seems to forget that it has an auto mode after some time, so I have automation in place to switch between heat and cool as needed but I manage the temperatures as if it was auto
Hi,
First off I love this card! Thanks for making it 😄
Do you accept PRs? I've got some feature requests, and I'm willing to make these changes and submit them if you think they'd be worthwhile:
operation_mode
has been changed tohvac_mode
andauto
has now been split intoauto
andheat_cool
always_use_range_slider
(defaults tofalse
) which uses therange
sliderType forheat
,cool
, andauto
when set totrue
. My use case is that my thermostat seems to forget that it has anauto
mode after some time, so I have automation in place to switch betweenheat
andcool
as needed but I manage the temperatures as if it wasauto
What do you think?