From 903d994e08573451fa5c06aaeb61bf02044e6464 Mon Sep 17 00:00:00 2001 From: Horo Date: Sun, 14 Apr 2024 04:39:11 +0200 Subject: [PATCH] Update E2001_E2002.md Add note that legacy entity attributes need to be active for some attributes --- docs/devices/E2001_E2002.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devices/E2001_E2002.md b/docs/devices/E2001_E2002.md index 50fe68e90767..d60a807bbbb2 100644 --- a/docs/devices/E2001_E2002.md +++ b/docs/devices/E2001_E2002.md @@ -72,6 +72,7 @@ simulated_brightness: delta: 20 # delta per interval, default = 20 interval: 200 # interval in milliseconds, default = 200 ``` +**Note:** If the `action` entry does not report all the attributes (brightness, action_brightness_delta, ...) you may need to activate the `Home Assistant legacy entity attributes` setting in `Zigbee2Mqtt Settings` > `Home Assistant integration`. * `legacy`: Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true). The value must be `true` or `false`