Chris
Chris
This looks correct, I guess I should add a debug message to when the date's taken correctly. You won't see any count until the 5th. The cameras are always there,...
Not until the current date is the 5th.
Unavailable should only show up if the emails can't be parsed. The log you've attached doesn't show this occurring. As for the date, it might be due to the day...
Based on the documentation it should be working, so I'm not sure why it's not parsing the date.
Interesting, shouldn't be too hard.
We can use ffmpeg to do this: ```ffmpeg -f gif -i infile.gif outfile.mp4```
Likely have a toggle bool in the config flow to turn this feature on/off I'd assume as well.
Did some untested work on this last night if you wanna give it a shot. [Untested gif-to-mp4](https://github.com/firstof9/Home-Assistant-Mail-And-Packages/tree/gif-to-mp4)
Tested it, my latest commits work, tho the images seem to be looking scrambled.
I'm wondering of for the images we need to use the ```message_from_bytes``` instead of ```message_from_string``` ?