Help - convert json to seperate sensors

Hi, I’m having issues converting json into seperate sensors, any help is appreciated.

the api sensor reports:
image

so what I’m trying to achieve is creating a seperate sensor for bounce_rate (with it’s value ofcourse, in this case 0)

I already tried these combinations:

It looks like the second one sees the bounce rate but reports it as {‘value’:0).
instead of 0.

is there a smart way to pick up the value and what goes with it (bounce rate)?

this?

what do you get if you try

{{ state_attr('sensor.pausible_api', 'results')['bounce_rate']['value'] }}
1 Like