Releases: iprak/sensi
Releases · iprak/sensi
v1.3.4
v1.3.2
This release should help with token expiration.
- We will obtain a new
access_token
using the initially suppliedrefresh_token
if request was reported to be expired (special marker 44) and then re-try data update. - We will get a new
access_token
on integration startup as well.
v1.3.1
v1.2.8
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
Support for auxiliary heat.
- The auxiliary heating state is now reflected in the entity attribute
aux_heat
. - One can enable/disable aux mode via the service
climate.set_aux_heat
.
Please note that the default Climate card provided via HomeAssistant does not seem to support "auxillary" heat as an option, meaning one doesn't see or set "aux" in the available options. This shortcoming has been mentioned here - home-assistant/frontend#14881. There might be other custom party cards which allow enabling aux state.