summaryrefslogtreecommitdiff
path: root/site_config.py
AgeCommit message (Collapse)Author
2022-05-31More docs cleanup.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-03-01Teach site_location about the .local hostname suffix that the macScott Gasch
gets when connected to a VPN.
2022-02-08More cleanup, yey!Scott Gasch
2022-02-04Adds some doctests to site_config.Scott Gasch
2022-02-04Have bootstrap log the site_config at program initialization.Scott Gasch
2022-02-04Stop trying to cache mac addresses from house and cabin in the sameScott Gasch
file.
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-01-26Ahem. Still running black?Scott
2022-01-26Ran black code formatter on everything.Scott
2022-01-17Argparse choices wants a list, not a tuple.Scott
2022-01-07Make logging optionally remove global handlers added by (shitty) pipScott
modules. Make config optionally halt on unrecognized arguments. Make profanity filter smarter.
2022-01-06A bunch of changes...Scott
2021-12-06Move stuff around.Scott
2021-12-05Make presence detection work from cabin or house and deal with aScott
bad VPN link between them better.
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-10-28Moving smart lights into smart_home to prepare for addingScott Gasch
outlets and cameras.
2021-10-24Some fixes to the datetime_utils.Scott Gasch
2021-10-23Adds site_config; adds Tuya lights. Bugfixes.Scott Gasch