hi,
i have virtual light in HA which supports brightness
light:
- platform: virtual
name: ‘Light 1’
initial_value: ‘on’
support_brightness: true
initial_brightness: 100
in Node Red events: state show only on and off state.
How to do for brightness level?