Created
April 11, 2016 01:36
-
-
Save stjohnjohnson/4522dddd506f5f21b9491765e89183dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- platform: mqtt | |
name: "Office Lights" | |
state_topic: "smartthings/Office Lights/switch" | |
command_topic: "smartthings/Office Lights/switch" | |
brightness_state_topic: "smartthings/Office Lights/level" | |
brightness_command_topic: "smartthings/Office Lights/level" | |
brightness_scale: 99 | |
payload_on: "on" | |
payload_off: "off" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment