Move an Icon in a Picture

Picture-elements card does not support templates.
Use card-mod.

type: vertical-stack
cards:
  - type: entities
    entities:
      - entity: input_number.test_level_1
      - entity: input_number.test_level_2
  - type: picture-elements
    card_mod:
      style: |
        ha-card {
          --top: {{states('input_number.test_level_1')|int(default=0)}}%;
          --left: {{states('input_number.test_level_2')|int(default=0)}}%;
        }
    elements:
      - type: state-badge
        entity: sun.sun
        style:
          top: var(--top)
          left: var(--left)
    image: /local/images/test/blue.jpg

изображение