What am I missing for the network scanner to work

Have the markdown card with network scanner and Nmap running scanning ip’s 1-254 excluding 101 HA.

Logs showing devices detected but card only shows 1 being the 86.1 Google wifi.


type: custom:flex-table-card
title: Devices
entities:
  include: sensor.network_scanner
sort_by: x.ip+
columns:
  - name: IP Address
    data: devices
    modify: x.ip
  - name: MAC Address
    data: devices
    modify: x.mac
  - name: Custom Name
    data: devices
    modify: x.name
  - name: Vendor
    data: devices
    modify: x.vendor

@tom_l not sure what that edit post is that you put up I don’t understand what it’s asking

It’s not asking anything. I moved your post to the correct forum category.

Configuration Frontend is for discussion about dashboards, cards and the general HA interface.

Oh , sorry and thanks

This is not a Markdown card, it is a flex-table-card.
There is a dedicated thread for it, may be better ask there.

Correct, however it’s not related to the card type. Both cards only display the same one item, google wifi 192.168.86.1 nothing else yet Nmap in devises has discovered 61 network devices, not sure why. Nothing else mentioned in network scanner troubleshooting.