Home Assistant command line to multiple sensors

  - platform: command_line
    name: truenas_cpu
    json_attributes:
     - cpu0
     - cpu1
     - cpu2
     - cpu3
    value_template: '{{ value_json.value}}'
    command: "ssh -i /config/www/id_rsa -o StrictHostKeyChecking=no [email protected] ./array.sh"

This is working fine with the card type entity. But unable to use gauge type to show the values.