Files
ha-gammy-bridge/ha-examples/test-publish.yaml

24 lines
519 B
YAML

script:
gammy_test_ember:
alias: Test Gammy Ember
sequence:
- service: mqtt.publish
data:
topic: "pc/gammy/mode"
payload: "ember snap"
gammy_test_movie:
alias: Test Gammy Movie
sequence:
- service: mqtt.publish
data:
topic: "pc/gammy/mode"
payload: "movie fast"
gammy_test_auto:
alias: Test Gammy Auto
sequence:
- service: mqtt.publish
data:
topic: "pc/gammy/mode"
payload: "auto slow"