From c85dbc8a6e57fcfa748b0d00975fd4d44e9cd9c3 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 22 Jan 2021 20:17:14 +0000 Subject: [PATCH] Add brightness and transition --- zigbee2mqtt/z2m-hue-motion-sensor.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zigbee2mqtt/z2m-hue-motion-sensor.yaml b/zigbee2mqtt/z2m-hue-motion-sensor.yaml index 108fde1..13c9099 100644 --- a/zigbee2mqtt/z2m-hue-motion-sensor.yaml +++ b/zigbee2mqtt/z2m-hue-motion-sensor.yaml @@ -2,6 +2,7 @@ blueprint: name: Zigbee2MQTT - Hue Motion Sensor (9290012607) description: This blueprint is for the Hue Motion Sensor (9290012607) being controlled via Zigbee2MQTT. + If you have `occupancy_timeout` set on your Hue Sensors then the timeout below will be in addition of that timeout. domain: automation input: motion_sensor: @@ -65,3 +66,6 @@ action: light.turn_off {% endif %} target: !input target_lights + data: + transition: 1 + brightness: 255