Select option

Please tell me why this automation does not run and help me to make it work. My Eddi solar device has two options: normal and stopped. I would like to automate the options based on time when my tariff is cheap.

alias: Eddi on
description: “”
trigger:

  • platform: time
    at: “00:30:00”
    condition: []
    action:
  • service: select.select_option
    data:
    option: Normal
    target:
    device_id: 33e94f33c4646264fcf9e54a064f0088
    mode: single

Thanks

Tony

Please read the sticky post on how to format code.

2 Likes