#Toggle light On\Off with same button.

1 messages · Page 1 of 1 (latest)

brave comet
#

I'm triggering manually on the helper for testing, but eventually i want to link to the actual button.

alias: Smart Knob - My Light
description: ""
mode: single
triggers:

  • domain: mqtt
    device_id: 136541965f3735b1a7dfbbe115844ac5
    type: action
    subtype: single
    trigger: device
    conditions: []
    actions:
  • action: input_boolean.toggle
    metadata: {}
    data: {}
    target:
    entity_id: input_boolean.my_light
lime cairnBOT
#

@brave comet To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

quiet ginkgo