select: "table#nhg td.active"
index: 0

Because of my locale setting, I get it as “4.38%”. If you’re seeing “4,38%”, to be able to use it as a number, you probably also want:
value_template: "{{ value.replace(',','.')|select('in','.-0123456789')|join }}"