Hi everyone,
I have created an integration for my AsusWRT router. I need 2 cell phone entities in order that I can track the WiFi connections. The basic integration works fine but it returns many, many unnecessary entities that clutter up my work space.
Here is a copy of the simple integration file:
asuswrt:
host: 192.168.1.10
username: !secret AsusWRT_user
password: !secret AsusWRT_pass
sensors:
- devices
As mentioned above, this returns all the devices in my router but I want to limit them to the two cell phones. One I do want returned is: device_tracker.oneplus6
and the other is : device_tracker.iphone6
These entities are returned and do function properly, but how can I rewrite the code above to return only these two entities?? (And maybe in the future a few more but under my control)
Thanks
Sam