I have the following code in a function node. That’s the entire code in that flow and function. Assuming that the entity ID is correct, shouldn’t it turn on that light? Right now it is not.
Thanks.
node.send({
payload: {
"entity_id": "light.kitchen_under_cabinet_light",
"service": "turn_on",
"service_data": { "brightness_pct": 80, "color_temp": 350 }
}
});