From 3b37d5bb49bc7a20e2ec3654ff5e556e7ebf0a30 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 24 Apr 2020 14:32:44 -0400 Subject: [PATCH] Adding new motion sensor in kitchen --- config/binary_sensors/motion.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/binary_sensors/motion.yaml b/config/binary_sensors/motion.yaml index b07c968..6da8601 100755 --- a/config/binary_sensors/motion.yaml +++ b/config/binary_sensors/motion.yaml @@ -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'