I finally updated for the first time since the generic camera integration was removed from yaml.
There is a local TV station that auto-updates a perfect weather radar image which I’ve always displayed, but there doesn’t seem to be a good way to do it without spamming the retrieval.
The generic camera integration even warns that poor choices of FPS could cause heavy traffic, but it appears to limit FPS on the low end to 0.1 FPS. Every ten seconds is unnecessarily rapid - I’d like to do 0.001 or so (every ~16 minutes).
The only way I can think to do this is obtuse: set up a shell_command automation to wget the image, then display that as a local_file camera.
How is everyone else doing this?