summaryrefslogtreecommitdiff
path: root/smart_home/chromecasts.py
AgeCommit message (Collapse)Author
2022-04-30Add some docs and doctests to things that have 0% coverage.Scott Gasch
2022-03-25Since this thing is on the innerwebs I suppose it should have aScott Gasch
copyright...
2022-02-10More cleanup.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 chromecasts to work with new version of pychromecast; renameScott
some cameras, add debugging log messages.
2021-10-31Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...Scott Gasch