I have a flow that turns on my outside lights between certain times and brightness. I have set the brightness to 20% in the service node data field:But the set brightness is not the same when I check in HA. It shows 49%. Has anyone else seen this?
{
"entity_id": "light.front_outside",
"brightness_pct": 20
}