Created
November 3, 2016 14:10
-
-
Save maddox/7cd8fd4a687fd5d84b1924fce65d81a4 to your computer and use it in GitHub Desktop.
HA MQTT Switches for Harmony API
This file contains hidden or 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
switch: | |
- platform: mqtt | |
name: "Family Room TV" | |
state_topic: "harmony-api/hubs/family-room/state" | |
command_topic: "harmony-api/hubs/family-room/activities/watch-apple-tv/command" | |
qos: 0 | |
optimistic: true | |
payload_on: "on" | |
payload_off: "off" | |
- platform: mqtt | |
name: "Family Room Tivo" | |
state_topic: "harmony-api/hubs/family-room/activities/watch-tv/state" | |
command_topic: "harmony-api/hubs/family-room/activities/watch-tv/command" | |
qos: 0 | |
optimistic: true | |
payload_on: "on" | |
payload_off: "off" | |
- platform: mqtt | |
name: "Family Room Apple TV" | |
state_topic: "harmony-api/hubs/family-room/activities/watch-apple-tv/state" | |
command_topic: "harmony-api/hubs/family-room/activities/watch-apple-tv/command" | |
qos: 0 | |
optimistic: true | |
payload_on: "on" | |
payload_off: "off" | |
- platform: mqtt | |
name: "Xbox" | |
state_topic: "harmony-api/hubs/family-room/activities/play-xbox-one/state" | |
command_topic: "harmony-api/hubs/family-room/activities/play-xbox-one/command" | |
qos: 0 | |
optimistic: true | |
payload_on: "on" | |
payload_off: "off" | |
- platform: mqtt | |
name: "Wii U" | |
state_topic: "harmony-api/hubs/family-room/activities/play-wii-u/state" | |
command_topic: "harmony-api/hubs/family-room/activities/play-wii-u/command" | |
qos: 0 | |
optimistic: true | |
payload_on: "on" | |
payload_off: "off" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment