#bug - changing 1 state in device change 2 states

1 messages · Page 1 of 1 (latest)

torpid lava
#

This is happening only in automation. When I change state manually it works like expected.

screen of device settings. If I change state of any it works like expected.

#

but this change Back and Front while it should only Back

#

is it a bug right? Can I do something magic to fix this?

#
actions:
  - action: light.turn_on
    metadata: {}
    data: {}
    target:
      area_id: outdoor
      device_id: ba3db2236203bede2cd21d385efd56cd
      entity_id: light.outdoor_light_switchbox_relay_1

It triggers right entity.

#

hmm I have figured this out. It works wrong if use in automation "light" type, but it works if use "switch" type.

Although if I click on them manually in device view it works. It is buggy only in automation.

#

Can someone elaborate about possible technical reason?