Netgear configuration.yaml deprecation questions

Hi,

I can’t seem to find the answers to these elsewhere. Before the move of the Netgear integration to be UI only I was using the following config:

device_tracker:
  - platform: netgear
    host: 192.168.1.1
    port: 80
    password: !secret netgear_password
    interval_seconds: 60
    consider_home: 180
    new_device_defaults:
      track_new_devices: false
    accesspoints:
      - "XX:XX:XX:XX:XX:XX"
      - "XX:XX:XX:XX:XX:XX"
      - "XX:XX:XX:XX:XX:XX"
      - "XX:XX:XX:XX:XX:XX" # router
    devices:
      - "XX:XX:XX:XX:XX:XX" 
      - "XX:XX:XX:XX:XX:XX" 

How do I replicate the following in the new integration:

  1. Turn automatic tracking of new devices off (without this it’s added >200 devices I don’t want in HA)
  2. Specify the Orbi accesspoints
  3. Specify the devices I do want to track
  4. Set the interval seconds

It’s been a long time since I set this up initially but I believe #2 and #4 were around stability of accurate device tracking with Orbi. It may be a coincidence but I’ve seen some inaccurate results since the integration change so would be interested if this is configured somewhere else now?

Thanks for your help
Steve

Hi,
I also try to figure out how this new UI is working… I can’t.
Where do we set the configuration ? Mystery…