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
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
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