Alright… I am using nmap_tracker to detect my devices in my home network.
So here is what I want to do:
When a new device joins my network, I want a popup (or whatever) to show on the frontend of home assistant and also to be able to name that device using an input_text.
The goal is to be able to add the name and the picture of that device without the need of going to the configuration files, and known devices etc.
Is that even possible? If yes, then how?
Here is my logic:
- Device is detected
- Known_devices is autocompleted by hass
- Front end shows a notification (“new device detected”)
- Have an input_text show in a card which asks for the name of that device
- Adds the name in the known_devices.yaml file
- Adds the specific device in a group (group.guests)
I know it is not simple, but I dont know all the components or their full capabilities in hass.
Can anyone point me to the right direction?