diff --git a/ha-examples/test-publish.yaml b/ha-examples/test-publish.yaml new file mode 100644 index 0000000..6596c75 --- /dev/null +++ b/ha-examples/test-publish.yaml @@ -0,0 +1,24 @@ +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" \ No newline at end of file