You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug when calling the program from the HASS.Agent app which makes the script not read stratagems.json
This is caused by the way the script uses stratagems,json to store the stratagem codes
I believe this is because I have stratagems,json pulled in by relative path as opposed to an explicit path
Potential solutions:
settings file that is included in .gitignore which allows settings the path of the script
Requiring a path to be passed in when calling the -strat parameter
The text was updated successfully, but these errors were encountered:
There is a bug when calling the program from the HASS.Agent app which makes the script not read stratagems.json
This is caused by the way the script uses stratagems,json to store the stratagem codes
I believe this is because I have stratagems,json pulled in by relative path as opposed to an explicit path
Potential solutions:
The text was updated successfully, but these errors were encountered: