As the title says I get an API error, these worked perfectly well until recently so im guessing something was updated in a recent update but is it a bug or do i now need to do something else to create a scene?
We use this to remind us its time for our son to take his meds, he’s autistic so its good to keep to a routine but the light colour change helps him as much as it helps us.
The error is Call-service error. extra keys not allowed @ data[‘entity_id’]
[{"id":"ebd09dbd7facc040","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"c8f73d578676190f","type":"inject","z":"ebd09dbd7facc040","name":"Alex Meds","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"05 19 * * *","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":230,"y":200,"wires":[["625e414b719e55e1"]]},{"id":"3997f77ac260efa4","type":"delay","z":"ebd09dbd7facc040","name":"","pauseType":"delay","timeout":"30","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":1040,"y":200,"wires":[["02bbdd552904ac67"]]},{"id":"415e8da91f82c23e","type":"api-call-service","z":"ebd09dbd7facc040","name":"Lights Yellow","server":"e7f76522.c1a328","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.lamp","light.diningroom_innr","light.big_light"],"data":"{\"color_name\":\"yellow\", \"brightness_pct\": 100}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":850,"y":200,"wires":[["3997f77ac260efa4"]]},{"id":"02bbdd552904ac67","type":"api-call-service","z":"ebd09dbd7facc040","name":"Return lights to previous","server":"e7f76522.c1a328","version":5,"debugenabled":false,"domain":"scene","service":"turn_on","areaId":[],"deviceId":[],"entityId":["scene.alexnight_meds"],"data":"","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1270,"y":200,"wires":[[]]},{"id":"625e414b719e55e1","type":"api-call-service","z":"ebd09dbd7facc040","name":"Flash Lights","server":"e7f76522.c1a328","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["group.living_room_lights","light.diningroom_innr"],"data":"{\"flash\":\"short\"}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":430,"y":200,"wires":[["b4d00eba81cf3c8e"]]},{"id":"b4d00eba81cf3c8e","type":"api-call-service","z":"ebd09dbd7facc040","name":"Create Scene","server":"e7f76522.c1a328","version":5,"debugenabled":false,"domain":"scene","service":"create","areaId":[],"deviceId":[],"entityId":["scene.alexnight_meds"],"data":"{\"scene_id\":\"alexnight_meds\",\"snapshot_entities\":[\"light.lamp\",\"light.diningroom_innr\",\"light.big_light\"]}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":620,"y":200,"wires":[["415e8da91f82c23e"]]},{"id":"e7f76522.c1a328","type":"server","name":"Home Assistant","version":2,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":false,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30"}]