I am trying to setup an automation so that when a light is on, the scene indicator LED on the switch is white. When the light is off, the scene indicator LED is red. Whenever I set this up I get an error when I try and set the color to white. The other colors don’t give this error.
Message malformed: not a valid value for dictionary value @ data['type']
What does the YAML code look like if you switch to YAML mode (after saving the automation)? You’re probably running into a bug, in either the frontend or the integration, where 0 values (White is 0) are not handled correctly for device actions. You can switch the action to “Call service” and use zwave_js.set_config_parameter instead of of the device action.