I have had a light bulb running ESPHome for a long time which I send the below data to via node red, but just a few days ago this has stopped working and the light no longer gets the 25% brightness from the brightness_pct parameter. Instead it runs with full on/off power.
Has there been a recent change with regards to this data structure? I'm running the lscr.io/linuxserver/homeassistant:2025.10.1-ls147 image.
{
"data": {
"effect": "None",
"brightness_pct": 25,
"rgbw_color": [
255,
255,
255,
255
]
}
}