Migrated off zigbee2mqtt to sonoff zigbee bridge...oo the zigebee

This commit is contained in:
Jeffrey Stone
2020-12-06 22:02:27 -05:00
parent a2cd288e42
commit 47c5f0c275
4 changed files with 66 additions and 67 deletions

View File

@@ -165,6 +165,16 @@
command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set"
payload_on: "true"
payload_off: "false"
- platform: mqtt
name: "Master Bedroom Fan"
state_topic: "shellies/shelly-master-bedroom-fan/relay/0"
command_topic: "shellies/shelly-master-bedroom-fan/relay/0/command"
availability_topic: "shellies/shelly-master-bedroom-fan/online"
payload_on: "on"
payload_off: "off"
payload_available: "true"
payload_not_available: "false"