I made a python script that gets some numerical data from a website.
I would like to create an entity with attributes filled with python output.
Is it possibile ?
Right now I was thinking to put in cron the script and write the output in a file JSON, then create 7 different sensors file to fetch the data from the file.
This of course is assuming you are talking about the python_script integration. If you are talking about a random python script that you made… You might want to consider different ways of getting the information into home assistant. There’s many integration options that probably do what your python script does.