entity-controller icon indicating copy to clipboard operation
entity-controller copied to clipboard

Transition: Active_timer > Stay_mode

Open hvorragend opened this issue 2 years ago • 0 comments

Description

It is just possible to reach the active_stay_mode if there was no timer active before. Please see my other ticket #262

Could you please add an transition to make it possible to enable the stay_mode while a timer is running?

Configuration

Nothing special 

Expected behavior

This is how the component should work:

  1. Walk through a motion sensor (state entity)
  2. EC switches to active_timer and the control entities changes to "on"
  3. use the EC service "enable_stay_mode"
  4. EC should his state to "stay_mode_on"

Actual Behaviour

This is what actually happened:

  1. Walk through a motion sensor (state entity)
  2. EC switches to active_timer and the control entities changes to "on"
  3. use the EC service "enable_stay_mode"
  4. nothing changes

Logs

Do you really need some logs?

Version

EC 9.2.10 HA 2022.6.7

hvorragend avatar Jul 03 '22 14:07 hvorragend