schmittx / home-assistant-eero

Eero integration for Home Assistant
MIT License
108 stars 22 forks source link

Devices names on network? #74

Closed kedarv closed 4 months ago

kedarv commented 7 months ago

I saw https://github.com/343max/eero-client implements a method to fetch devices connected to the network -- and I see that the numeric value of devices connected is exposed. is there any way to get the actual names into HA to be used as entities? for example, could then build automations like when device XYZ connects to network...

schmittx commented 4 months ago

You can enable/disable specific devices (aka "clients") through the configurations options UI. Multiple entities will be created for each configured device (client), one of which is a binary sensor that is on when the device is connected to the network.

kedarv commented 4 months ago

nice, that did the trick, thanks!