From f553a6885d627265381d7e8c6807aa13eca7a6e6 Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 1 Oct 2025 00:35:42 -0500 Subject: [PATCH] Add ha-examples/sensors.yaml --- ha-examples/sensors.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ha-examples/sensors.yaml diff --git a/ha-examples/sensors.yaml b/ha-examples/sensors.yaml new file mode 100644 index 0000000..f6284f4 --- /dev/null +++ b/ha-examples/sensors.yaml @@ -0,0 +1,5 @@ +sensor: + - platform: mqtt + name: "Gammy Mode" + state_topic: "pc/gammy/state" + icon: mdi:monitor \ No newline at end of file