{# Per-channel analog-YAML source info — the `analog_yaml` panel payload (kind="html"), shown above the analog figure. #}
{{ ch.varname }} — from YAML:
{{ ch.yaml_key }}: {{ ch.label if ch.label else "(not set)" }}{% if ch.units %},
{{ ch.yaml_key }}_units: "{{ ch.units }}"{% endif %}{% if ch.serial %},
{{ ch.yaml_key }}_serial_number: {{ ch.serial }}{% endif %}