summaryrefslogtreecommitdiff
path: root/smart_home/cameras.py
AgeCommit message (Collapse)Author
2022-03-25Obfuscate more keys. Again, this is pretty non-critical becauseScott Gasch
the shinobi instance is only on my private network but do it for the sake of code hygiene.
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-01-18Fix chromecasts to work with new version of pychromecast; renameScott
some cameras, add debugging log messages.
2022-01-06A bunch of changes...Scott
2021-12-04Various changes.Scott
2021-10-29Adds Arper, cleans up other stuff.Scott Gasch
2021-10-28Add cameras, fix bugsScott Gasch