-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime parameters, support all config parameters #387
Conversation
Note: Currently Testing |
"Cant find associations file (associations.csv) in: " | ||
+ str(emhass_conf["associations_path"]) |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (secret)
This expression logs
sensitive data (private)
This expression logs
sensitive data (private)
@davidusb-geek I added ruff extension for python file formatting. Let me know if you wish to choose another formatter or remove it all together. If you like ruff, I can make a new PR after this with EMHASS auto formatted with ruff. |
Lets go with ruff, I've never used but it seems neat and already used by a lot of major Python packages. |
From my quick testing, I believe this PR is functional. |
treat_runtimeparams
function