Update Google Home with Led Brightness from Node red

Everything works fine, except for the notification in Google that the bulb's brightness has changed, e.g., controlled by HomeAssistant. I can't send a notification to Google with the new brightness value. Please Help!
my flow

[{"id":"df42635e92ccf256","type":"tab","label":"Pełny1","disabled":false,"info":"","env":[]},{"id":"80ac1765fb380eeb","type":"google-home","z":"df42635e92ccf256","conf":"7748edfdecaea649","device":"40507","acknowledge":true,"name":"Łazienka","topic":"","x":140,"y":120,"wires":[["96f93d3e39c8938f","5a8002c223cf2603"]]},{"id":"e0acc3f52d0a7148","type":"server-state-changed","z":"df42635e92ccf256","name":"","server":"c660932f.d999e","version":4,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"light.lazienka_led","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":190,"y":260,"wires":[["be5c8d0e65900e7d"]]},{"id":"be5c8d0e65900e7d","type":"function","z":"df42635e92ccf256","name":"function 8","func":"var Newmsg = { \"payload\": { \"command\": \"action.devices.commands.OnOff\", \"params\": { \"on\": false } } }\nif (msg.payload == \"on\") {\n    Newmsg.payload.params.on = true;\n}\nelse {\n    Newmsg.payload.params.on = false;\n}\n\nreturn Newmsg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":400,"y":260,"wires":[["1a4742fe434ef7d4"]]},{"id":"1a4742fe434ef7d4","type":"google-home-response","z":"df42635e92ccf256","conf":"7748edfdecaea649","device":"40507","name":"Łazienka","x":540,"y":260,"wires":[]},{"id":"51b6d7c935e70420","type":"api-call-service","z":"df42635e92ccf256","name":"","server":"c660932f.d999e","version":5,"debugenabled":false,"domain":"homeassistant","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.lazienka_led"],"data":"{\"turn\":on}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":80,"wires":[[]]},{"id":"96f93d3e39c8938f","type":"switch","z":"df42635e92ccf256","name":"","property":"payload.params.on","propertyType":"jsonata","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":270,"y":120,"wires":[["51b6d7c935e70420"],["d546fa32b9291ddb"]]},{"id":"d546fa32b9291ddb","type":"api-call-service","z":"df42635e92ccf256","name":"","server":"c660932f.d999e","version":5,"debugenabled":false,"domain":"homeassistant","service":"turn_off","areaId":[],"deviceId":[],"entityId":["light.lazienka_led"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":140,"wires":[[]]},{"id":"2fb5baddea309a65","type":"api-call-service","z":"df42635e92ccf256","name":"Jasnośc temperatura","server":"c660932f.d999e","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.lazienka_led"],"data":"{\"brightness_pct\": \"{{payload.params.brightness}}\"}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":200,"wires":[[]]},{"id":"5a8002c223cf2603","type":"switch","z":"df42635e92ccf256","name":"","property":"payload.params.brightness","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":270,"y":180,"wires":[["2fb5baddea309a65"]]},{"id":"7748edfdecaea649","type":"google-home-conf","username":"gb"},{"id":"c660932f.d999e","type":"server","name":"Home Assistant","addon":true}]

That is an old set of nodes. Go to manage palette and look for the HA websocket nodes, you should have an update. Current version is 0.80.3.