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