#Trigger from Miele integration

1 messages · Page 1 of 1 (latest)

narrow path
#

Hi, I'm trying to trigger from the Miele integration when sensor.washing_machine_status changes from Running to something else. I have tried a few things, but nothing works. The action: bit works ok. Any ideas why this doesn't work?

alias: Miele Washing Machine Finished
description: Miele Washing Machine Finished
triggers:

  • entity_id: sensor.washing_machine_status
    from: Running
    trigger: state
    conditions: []
    actions:
winged echo
#

Look at the states dev tools. Running with a capital R might just be the frontend version and the real state might be running.