The-May
(The May)
March 13, 2026, 12:22pm
3
iirc your home assitant logs clearly say that this was deprecated for months and i recommend to read the monthly updates.
I know it it super annoying but it saves you alot of headaches when reading the whole changes (especially the breaking changes of each update) and add a routine to get an overview of the errorlogs.
See: "extra keys not allowed @ data['color_temp']" - #2 by NRA
Also: I searched “extra keys not allowed @ data[‘color_temp’]”
here in the forums and i got several Topics about this:
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:
[image]
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…
Since the last update (2026-03) ALL my automations for toggling my light on and of fails to work.
metadata: {}
data:
color_temp: 350
brightness_pct: 100
target:
entity_id:
- light.bureelkast
action: light.toggle
results in
Licht ‘Omschakelen’
Uitgevoerd op: 9 maart 2026 om 22:16:54
Fout: extra keys not allowed @ data[‘color_temp’]
Resultaat:
params:
domain: light
service: toggle
service_data:
color_temp: 350
brightness_pct: 100
entity_id:
- light.bureelkast
target:
enti…