Hey all,
Extremely new to writing/working with any sort of integrations with home assistant. My background with Python is mostly just writing small/odd python jobs and executing them directly.
I am working on updating an integration that a previous developer stopped supporting. I am trying to see if I can run this locally in my PyCharm.
This integration reads username/password from a configured sensor along with a few other parameters, and then creates a new sensor with attributes.
I would really like to be able to throw in a few print statements and execute to figure out where this thing is breaking within my IDE but I cant figure out how I could load in this sensor information or properly execute the python script.
Would I basically just need to deconstruct the various parts and manually feed the data in or is there a more elegant way?
Thanks for bearing with me…