joselh
(Jose Lopez)
December 18, 2016, 5:30pm
1
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
`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
joselh
(Jose Lopez)
December 20, 2016, 8:42pm
3
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.