diff --git a/switches/living_room.yaml b/switches/living_room.yaml index d50a1bc..de6f194 100644 --- a/switches/living_room.yaml +++ b/switches/living_room.yaml @@ -4,4 +4,11 @@ command_topic: "smartthings/Incense/switch" payload_on: "on" payload_off: "off" + retain: true +- platform: mqtt + name: "Living Room Fan" + state_topic: "smartthings/Living Room Fan/switch" + command_topic: "smartthings/Living Room Fan/switch" + payload_on: "on" + payload_off: "off" retain: true \ No newline at end of file