Wemo Automatication Rule, help needed

Dear community, I need you help again…

I’m trying to turn on my Christmas lights using a wemo, bellow you have my current fail setup,

alias: 'Christmas Lights'
trigger:
  platform: time
  after: '18:00'
condition:
  - condition: state
    entity_id: input_boolean.ChristmasTree
    state: 'on'
action:
  - service: homeassistant.turn_on
    entity_id: switch.wemo_switch

Any ideas why doesn’t work?

Thanks all you in advance

Regards

Hi,

I think your problem is on the action :slight_smile:
`alias: ‘Christmas Lights’
trigger:
platform: time
after: ‘18:00’
condition:

  • condition: state
    entity_id: input_boolean.ChristmasTree
    state: ‘on’
    action:
  • service: switch.turn_on
    entity_id: switch.wemo_switch`

merry christmas :wink:

Many thanks for your support!

After your answer and cheking The setup i have found the problem… the input bolean is set to start as disable, and this the problem i never change it to entable.

Thanks once again.

Merry Xmas and a happy new Heard.