Linksys_smart Platform not found

I am trying to connect my Linksys wrt1900ac as a device_tracker. Here’s the stuff in the config:

device_tracker:
  - platform: linksys_smart
    host: 192.168.1.1

The logs say

Platform not found: device_tracker.linksys_smart

Any help?

Hi,

Same issue until I realised I was running version 0.47 - linksys_smart platform is only available from v0.48 onwards. Upgraded homeassitant to latest version(0.49), and it worked fine with below config:

`device_tracker:

  • platform: linksys_smart
    host: xxx.xxx.xxx.xxx
    username: ******
    password: *******
    interval_seconds: 10
    consider_home: 180
    track_new_devices: yes`