Get "ping" Lovelace entity view using Device Tracker entities?

What’s the best way to get a “ping” like Lovelace entities (i.e. see color?) for entities tracked using device_tracker? Simply?

My ping platform is:

binary_sensor:
  - platform: ping
    name: MyCloud
    host: 192.168.2.31

When added to Lovelace:

    entities:
      - entity: binary_sensor.diskless
      - entity: binary_sensor.mycloud
      - entity: binary_sensor.cloud
      - entity: binary_sensor.cloud_gen_1
    show_state: false
    type: glance

They show “on” or “off”:

I now have Unifi Controller (UDM) that can control all this for me, but their entities show as “home” or “not_home”. When I add them to the glance, they don’t “light up” as being “on.”

What’s a good way (mind you, I have dozen or so of devices) to get them to glance like the ping?