I recently updated my Asuswrt config as per guidelines at the recent release (0.83).
However, I keep getting sensors relating to new devices. I want to disable these, but it no longer seems possible. Previously, I had track_new_devices set as false, as below.
I get the below error. This prevented HA from even loading at all on restart.
Invalid config for [asuswrt]: [new_device_defaults] is an invalid option for [asuswrt]. Check: asuswrt->asuswrt->new_device_defaults. (See /config/configuration.yaml, line 84). Please check the docs at ASUSWRT - Home Assistant
Thanks for the response. Iām a little confused by that code block. Do you have both the asuswrt: and device_tracker: entries in your config?
Regarding your comment that āit should not have ānew_device_defaultsā at allā, how do I prevent having any new device that connects to my wifi show up at the top of HA? This was easily managed via the old config by simply using ānew_device_defaults: falseā but now Iām getting these unwanted entries showing up.
Is it necessary to have the device_tracker: entry now? I thought that the breaking change in 0.83 meant that we no longer used that, and replaced with the asuswrt: one.
My config is working fine, and tracks known devices just as well as it used to, but I just donāt want new ones showing up. It seems odd that this functionality was removed completely.
Yes it is if you want to add those extra parameters, one of the other Asuswrt threads that are ongoing explains it well but the gist is remove the login bits from your old device_tracker: set up and move them to asuswrt:
the gist is remove the login bits from your old device_tracker: set up and move them to asuswrt:
Thank you for clarifying the process. Iāll make that change tonight.
Iād looked at a number of other threads, but they all seemed to revolve around complaints that the component wasnāt working, whereas mine was working (too) well.