summaryrefslogtreecommitdiff
path: root/smart_home
AgeCommit message (Collapse)Author
2022-02-26More work on tplink utils to avoid having to call tplink.py.Scott Gasch
2022-02-26Moved more logic from tplink.py into a library.Scott Gasch
2022-02-25Moving towards not needing a separate tplink.py utility.Scott Gasch
2022-02-23Move encrypt and decrypt routines into tplink_utils.Scott Gasch
2022-02-17Fix dimmer level JSON command.Scott Gasch
2022-02-17Cleanup.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-05Add a bunch of __init__.py's; maybe this will fix importScott Gasch
problems with mypy?
2022-02-04Fix a bug in device.py around the type of keywords, add logging andScott Gasch
add manage_switch_off_timers to the deps run at each checkin.
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-02Let's be explicit with asserts; there was a bug in histogramScott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02Make subdirs type clean too.Scott
2022-01-21Don't be tricked by speaker groups living on the same IP addressScott
as a chromecast; we want the actual device.
2022-01-18Don't let chromecasts steal the thread for too long.Scott
2022-01-18Fix state determination in tplink kasa lights.Scott
2022-01-18Fix chromecasts to work with new version of pychromecast; renameScott
some cameras, add debugging log messages.
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.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-04Various changes.Scott
2021-11-13Small bugfixes; also, add a new machine to the remote executor pool.Scott Gasch
2021-11-01Add device_utils.pyScott Gasch
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch
2021-10-29Fix Arper, make IP address a property of deviceScott Gasch
2021-10-29Adds Arper, cleans up other stuff.Scott Gasch
2021-10-28Typo.Scott Gasch
2021-10-28Add cameras, fix bugsScott Gasch
2021-10-28Smart outletsScott Gasch
2021-10-28Moving smart lights into smart_home to prepare for addingScott Gasch
outlets and cameras.