Adding new motion sensor in kitchen

This commit is contained in:
Jeffrey Stone 2020-04-24 14:32:44 -04:00
parent 5264010e44
commit 3b37d5bb49
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
payload_off: "false"
device_class: motion
- platform: mqtt
name: "Kitchen Motion" # Kaipule Motion Sensor
state_topic: "zwave2mqtt/kitchen_motion/48/1/0"
payload_on: "true"
payload_off: "false"
device_class: motion
# - platform: command_line
# name: vlc player
# command: 'pidof vlc | wc -l'