From 91734d2db605d20829932a727b7ad4a3ae8554a4 Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 1 Oct 2025 00:38:58 -0500 Subject: [PATCH] Add ha-examples/test-publish.yaml --- ha-examples/test-publish.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ha-examples/test-publish.yaml 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