I sat up an automation years ago in the HA Addon Node-Red.
It has worked fine. But after the upgrade to Home Assistant 2026.3, I get an error when trying to turn on my light.
name: “HomeAssistantError”
message: “extra keys not allowed @ data[‘color_temp’]”
The setting looks like this:
As far as I can see, the color_temp attribute still exists in the target:
{"entity_id":"light.tv_krok","state{
"entity_id": "light.tv_krok",
"state": "off",
"attributes": {
"min_color_temp_kelvin": 2202,
"max_color_temp_kelvin": 6535,
"supported_color_modes": [
"color_temp",
"xy"
],
"color_mode": null,
"brightness": null,
"color_temp_kelvin": null,
"hs_color": null,
"rgb_color": null,
"xy_color": null,
"is_hue_group": true,
"hue_scenes": [
"Les",
"Slapp av",
"Lad batteriene",
"Lyst",
"Konsentrer deg"
],
"hue_type": "zone",
"lights": [
"TV-krok - Spot 1",
"TV-krok - Spot 2",
"TV-krok - Spot 3",
"TV-krok - Spot 4",
"TV-krok - Spot 5"
],
"entity_id": [
"light.tv_krok_spot_1",
"light.tv_krok_spot_2",
"light.tv_krok_spot_3",
"light.tv_krok_spot_4,
"light.tv_krok_spot_5"
],
"dynamics": false,
"icon": "mdi:lightbulb-group",
"friendly_name": "TV-krok",
"supported_features": 40
},
"context": {
"id": "01KK1045HQVE4KE6XX1T9Q99R0",
"parent_id": null,
"user_id": null
},
"last_changed": "2026-03-06T07:17:22.615Z",
"last_updated": "2026-03-06T07:17:22.615Z",
"timeSinceChangedMs": 939985
}
It is entirely possible that some changes that has occured in Node-RED or Home Assistant that I have missed.
Or is it a bug?
Thanks

