parvez / network_scanner

This Home Assistant integration provides a network scanner that identifies all devices on your local network. Utilizing the provided IP range and MAC address mappings, it gives each identified device a user-friendly name and manufacturer information.
MIT License
108 stars 4 forks source link

How to edit configuration? #3

Closed yff77 closed 9 months ago

yff77 commented 9 months ago

Perhaps a silly question: is there any way to edit the configuration (e.g. add more lines with custom data for MAC addresses)? Or has the integration to be added as a new one each time with all the custom data?

parvez commented 9 months ago

With recent addition of Hostname and Vendor information from nmap itself, I am thinking of getting rid of custom data in future. Currently editing is not possible. I usually remove and add it again. It helps if you add the mac mapping list in configuration.yaml, and it will populate the mac settings in the modal when you add it again.

root_zack___home_rpiadmin
yff77 commented 9 months ago

Thank you very much, that works!