Zwave Status Panel in default view

Hi all,
starting from few releases of HASS ago (think 0.45>) a new panel appears in HASS default home screen with z-wave device status (Sleeping - dead - ready). I cannot find how to show this panel into a custom view.

and, does someone has customized the UI showing this status icon into each Z-wave panel component?

many thanks

group:
  zwave:
    - zwave.your_first_device_name
    - zwave.your_second_device_name
    - zwave.your_third_device_name
    - zwave.your_fourth_device_name
    - [...etc]

  your_custom_view_name_that_you_want_zwave_in:
    view: yes
    name: [your_view_name]
    icon: [you_view_icon]
    entities:
      - group.zwave

On my github the two groups are in /config/group/cards/zwave and /config/group/views/information if you want to see a working example…

Link Removed