I have just started to use HA and have managed to get IHC working with light and switch and automation Xiaomi motion sensor keeps light on via timer updated via dummy button in IHC- that Timer uses block with input timer - I use IHC
.pulse from HA to IHC_id: .
My problem now is another light which has a toggle function block with timer - so first push on button turns on light and sets timer to 20 minutes next toggle turns off light. in that block I cannot send IHC.pulse instead I would like to change timer value.
timer values in IHC are typically: 00:00:10 10 sek.
is this possible to set time in IHC via any of HA:s IHC.functions?
functions I found are:
ihc.set_runtime_value_float
ihc.set_runtime_value_bool
ihc.set_runtime_value_int
If possible how would I set 00:20:00 (20 minutes) to a timer in IHC?