Hide entity updater.updater if it is not available?

Hi!

I have a card that show the current version of my Hass.io (from https://www.home-assistant.io/components/sensor.version/).

In the same card I have also added the sensor for when there is a new version of HASS (https://www.home-assistant.io/components/updater/).

This works great and gives me an easy way of quickly get a glance if I’m running the latest version:

image

However, when my HASS is running the latest version the updater.updater-sensor isn’t available and I get an error in Lovelace:

image

Can I somehow hide the updater.updater-sensor if it is not available?

This can be done with the monster-card

Care to elaborate? I guess you mean I could put in a filter that removes the updater.updater entity if it’s not available?

type: 'custom:monster-card'
card:
  type: entities
  title: Version
  show_header_toggle: false
filter:
  include:
    - domain: updater
    - entity_id: sensor.version