Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / smart_home /
2022-08-15 Scott GaschFix a threading related bug in tplink_utils.
2022-06-07 Scott GaschFix tplink outlets with children is_on to check the...
2022-04-30 Scott GaschAdd some docs and doctests to things that have 0% coverage.
2022-03-25 Scott GaschObfuscate more keys. Again, this is pretty non-critica...
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-27 Scott GaschRename a method, cleanup lint errors.
2022-02-26 Scott GaschMore work on tplink utils to avoid having to call tplin...
2022-02-26 Scott GaschMoved more logic from tplink.py into a library.
2022-02-25 Scott GaschMoving towards not needing a separate tplink.py utility.
2022-02-23 Scott GaschMove encrypt and decrypt routines into tplink_utils.
2022-02-17 Scott GaschFix dimmer level JSON command.
2022-02-17 Scott GaschCleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-05 Scott GaschAdd a bunch of __init__.py's; maybe this will fix import
2022-02-04 Scott GaschFix a bug in device.py around the type of keywords...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottMake subdirs type clean too.
2022-01-21 ScottDon't be tricked by speaker groups living on the same...
2022-01-18 ScottDon't let chromecasts steal the thread for too long.
2022-01-18 ScottFix state determination in tplink kasa lights.
2022-01-18 ScottFix chromecasts to work with new version of pychromecas...
2022-01-12 ScottScale back warnings.warn and add stacklevels= where...
2022-01-11 ScottStart using warnings from stdlib.
2022-01-07 ScottMake logging optionally remove global handlers added...
2022-01-06 ScottA bunch of changes...
2021-12-05 ScottVarious changes.
2021-11-13 Scott GaschSmall bugfixes; also, add a new machine to the remote...
2021-11-02 Scott GaschAdd device_utils.py
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-10-29 Scott GaschFix Arper, make IP address a property of device
2021-10-29 Scott GaschAdds Arper, cleans up other stuff.
2021-10-29 Scott GaschTypo.
2021-10-29 Scott GaschAdd cameras, fix bugs
2021-10-29 Scott GaschSmart outlets
2021-10-28 Scott GaschMoving smart lights into smart_home to prepare for...