mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 09:05:35 +00:00
14 lines
383 B
YAML
Executable File
14 lines
383 B
YAML
Executable File
- platform: mqtt
|
|
name: "Incense"
|
|
state_topic: "smartthings/Incense/switch"
|
|
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 |