Show IP´s of all connected entities

Hey everyone
i‘m new in this community and want to ask you, if there is an Opportunist to Show all ip adesses of all connected entitis. In an Card.

Thanks.

Greetings Andreas

Not sure for all entities. But I do it for the device_tracker domain


  - type: custom:auto-entities
    filter:
      include:
        - domain: device_tracker
          options:
            type: custom:multiple-entity-row
            secondary_info:
              attribute: ip
          attributes:
            source_type: router
            ip: 192.168.200.*

@deluxestyle
Hi, thanks for your Code and sorry for the delayed reply. Where do i have copy this Code in which folder/file ?

That is a custom card called auto-entities
You put it into your dashboard

Depends if you use yaml mode or gui

I use yaml

  • type: custom:auto-entities
    filter:
    include:
    - domain: device_tracker
    options:
    type: custom:multiple-entity-row
    secondary_info:
    attribute: ip
    attributes:
    source_type: router
    ip: 192.168.69.1

But an error says
configurationerror :
„ * undefined is not an object (evaluating ‘e.startsWith’)“

I use the same spaces as shown in the treath….

As i understand i First have to install lovelace ?

Which file i have to download from github.

Is it nessesary to adjust the Code ?

First you should install HACS

after that you can download auto entities and use it in your dashboard

Hacs is stil installed

then you can install the custom card auto-entities
after that you can use it in you yaml

code would be something like thins


type: entities
entities:
  - type: custom:auto-entities
    filter:
      include:
        - domain: device_tracker
          options:
            type: custom:multiple-entity-row
            secondary_info:
              attribute: ip

Sorry, Same error. I use the Card auto entitis and copied the yaml editor, added by my FritzBox IP

Can you paste your code here? But please formatted

tpe: entities
entities:

  • type: custom:auto-entities
    filter:
    include:
    - domain: device_tracker
    options:
    type: custom:multiple-entity-row
    secondary_info:y
    attribute: 192.168.69.1

this does not look my code

type: entities
entities:
  - type: custom:auto-entities
    filter:
      include:
        - domain: device_tracker
          options:
            type: custom:multiple-entity-row
            secondary_info:
              attribute: ip

the ip is in the attributes of the device tracker.

Sorry, i dont understand you.

I ad now the souce type and the ip with a * based on the code on the top of this threath

Is this correct ?

this is the complete screenshot - sorry

… sorry my programm cuts the picture - here ist the rest of the code

type: custom:auto-entities
filter:
      include:
        - domain: device_tracker
          options:
            type: custom:multiple-entity-row
            secondary_info:
              attribute: ip
            attributes: 
              source_type: router
              ip: 192.168.69.*

Try this

DO NOT post screenshots of code. For many it is unreadable.

Here’s how I show all IP addresses of entities:

type: custom:mod-card
style: |
  ha-card {
    border: 5px solid red;
  }
card:
  type: custom:auto-entities
  card:
    type: entities
    title: All IP addresses
    show_header_toggle: false
  filter:
    include:
      - name: /192.168/