Skip to content
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

Move user config... somewhere #2

Open
jberstler opened this issue Mar 17, 2019 · 0 comments
Open

Move user config... somewhere #2

jberstler opened this issue Mar 17, 2019 · 0 comments

Comments

@jberstler
Copy link
Owner

One option is to move it to a separate JSON file like:

common: {
  username: 'TESLA_USERNAME',
  ...
},
start_climate: {
  min_battery_level: 20,
  ...
}
...

Another option is to force all the user config to come in from command line arguments, so that nobody has to edit files in order to specify these things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant