Here’s a sensor fetching your Benis score from the pr0gramm.com API. Just change YOURUSERNAME in the URL:
- platform: rest
name: "Pr0 Benis"
unit_of_measurement: ""
value_template: '{{ value_json["user"]["score"] }}'
resource: 'https://pr0gramm.com/api/profile/info?name=YOURUSERNAME'
Give it a matching icon in customize.yaml:
sensor.pr0_benis:
icon: mdi:console-line
Name to include in groups: sensor.pr0_benis
Or add it to your ui-lovelace.yaml:
- entity: sensor.pr0_benis
icon: mdi:console-line