Network Scanner Integration that shows list of devices in your network

You can iterate through the list. I’m not best with Jinja, but I’m sure it can be done.

I modified some other array responses and found a solution. Posting below for anyone else that needs to find a specific MAC or Device

| map(attribute='mac') | select('search', 'xx:xx:xx:xx:xx:xx') 
| list | count }}’’’

If that results in “1”, it’s active, otherwise it’s inactive.
1 Like