Location of .py component files

Hi fellow HASSers,

First of all my setup: RPI3, HASS 0.27.0, not AIO.

I have the known error with the asuswrt.py file not working as supposed in the 0.27 update and I want to manually implement a fix for this.
My question is: Where on earth is the components .py files? I have feeling I won’t find any since this is just a plain setup, not any DEV version. Do I just have to wait for the next update to get the fixed asuswrt.py?

find . -name asuswrt.py

I am using asuswrt too as presence detector and it was not working after upgrade to 0.27.

I have to change from telnet to ssh and it is working again.

Hi guys,

Problem gone with the 0.27.1 hotfix. Anyway, the find . -name asuswrt.py command did not give any results.

Thanks for your replies!

Then:

find / -name asuswrt.py
1 Like

Thanks man! That worked! Will for sure use that later :slight_smile: